commit | 091e2872e4658e2689be7061cdd775e8b8baf771 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jul 13 11:45:58 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jul 13 11:45:58 2011 +0000 |
tree | deb343c03e58885af7057ea526ad581e0cb3591b | |
parent | 36f1b197caed574c0451f078189e46531b54ba7b [diff] [blame] |
- Added missing definition of LIB_INSTALL_DIR
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c6a583..32a51db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -13,6 +13,11 @@ option(USE_PKCS11_HELPER_LIBRARY "Build PolarSSL with the pkcs11-helper library." OFF) +if(LIB_INSTALL_DIR) +else() +set(LIB_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib) +endif() + include_directories(include/) add_subdirectory(library)