commit | 216a1831dea72e65742dd57ecf8683c47635c4bc | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Jun 25 09:20:03 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Jun 25 10:59:57 2015 +0200 |
tree | 21eedc0b97d541b09c491ce3ab1a8c15181de19a | |
parent | e058ea2ed875e256326116a4c77d8c35455ab01d [diff] [blame] |
Fix whitespace in CMakeLists.txt - all spaces no tabs - indent with 4 spaces everywhere
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index ce0ed6b..985a353 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt
@@ -2,9 +2,9 @@ if(INSTALL_MBEDTLS_HEADERS) -file(GLOB headers "mbedtls/*.h") + file(GLOB headers "mbedtls/*.h") -install(FILES ${headers} + install(FILES ${headers} DESTINATION include/mbedtls PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)