1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-05-14 18:55:08 +03:00

- Fixed duplicate prefix inclusion

This commit is contained in:
Paul Bakker 2011-12-11 11:28:52 +00:00
parent 9bc2f320b8
commit b3b4901295

View File

@ -19,7 +19,7 @@ option(USE_PKCS11_HELPER_LIBRARY "Build PolarSSL with the pkcs11-helper library.
if(LIB_INSTALL_DIR) if(LIB_INSTALL_DIR)
else() else()
set(LIB_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib) set(LIB_INSTALL_DIR lib)
endif() endif()
include_directories(include/) include_directories(include/)