From b3b4901295fffca514f29c0b60de08daf1dfb9ae Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Sun, 11 Dec 2011 11:28:52 +0000 Subject: [PATCH] - Fixed duplicate prefix inclusion --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea96019b2..689d56301 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ option(USE_PKCS11_HELPER_LIBRARY "Build PolarSSL with the pkcs11-helper library. if(LIB_INSTALL_DIR) else() -set(LIB_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib) +set(LIB_INSTALL_DIR lib) endif() include_directories(include/)