commit | 7f8099773edc34ac29e01ee0da6960526f41bcb2 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Mar 09 17:05:11 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Mar 10 11:23:56 2015 +0000 |
tree | 7797bd342ff25625c556be4b0c084b5871be4b78 | |
parent | 129db08c90dc7b2a067cb77a2ec5e4e98f729728 [diff] [blame] |
Rename include directory to mbedtls
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 2c56858..ce0ed6b 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt
@@ -2,10 +2,10 @@ if(INSTALL_MBEDTLS_HEADERS) -file(GLOB headers "polarssl/*.h") +file(GLOB headers "mbedtls/*.h") install(FILES ${headers} - DESTINATION include/polarssl + DESTINATION include/mbedtls PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ) endif(INSTALL_MBEDTLS_HEADERS)