Rename project in CMake

TODO: to create symlinks to the old names!
This commit is contained in:
Manuel Pégourié-Gonnard 2015-01-27 15:44:46 +00:00
parent 5285970871
commit 9014b6f227
12 changed files with 65 additions and 65 deletions

View file

@ -1,6 +1,6 @@
option(INSTALL_POLARSSL_HEADERS "Install mbed TLS headers." ON)
option(INSTALL_MBEDTLS_HEADERS "Install mbed TLS headers." ON)
if(INSTALL_POLARSSL_HEADERS)
if(INSTALL_MBEDTLS_HEADERS)
file(GLOB headers "polarssl/*.h")
@ -8,4 +8,4 @@ install(FILES ${headers}
DESTINATION include/polarssl
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
endif(INSTALL_POLARSSL_HEADERS)
endif(INSTALL_MBEDTLS_HEADERS)