Fix whitespace in CMakeLists.txt

- all spaces no tabs
- indent with 4 spaces everywhere
This commit is contained in:
Manuel Pégourié-Gonnard 2015-06-25 09:20:03 +02:00
parent e058ea2ed8
commit 216a1831de
8 changed files with 99 additions and 99 deletions

View file

@ -48,7 +48,7 @@ endif()
if(LIB_INSTALL_DIR) if(LIB_INSTALL_DIR)
else() else()
set(LIB_INSTALL_DIR lib) set(LIB_INSTALL_DIR lib)
endif() endif()
include_directories(include/) include_directories(include/)

View file

@ -2,9 +2,9 @@ option(INSTALL_MBEDTLS_HEADERS "Install mbed TLS headers." ON)
if(INSTALL_MBEDTLS_HEADERS) if(INSTALL_MBEDTLS_HEADERS)
file(GLOB headers "mbedtls/*.h") file(GLOB headers "mbedtls/*.h")
install(FILES ${headers} install(FILES ${headers}
DESTINATION include/mbedtls DESTINATION include/mbedtls
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ) PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)

View file

@ -87,7 +87,7 @@ set(src
) )
if(WIN32) if(WIN32)
set(libs ws2_32) set(libs ws2_32)
endif(WIN32) endif(WIN32)
if(CMAKE_COMPILER_IS_GNUCC) if(CMAKE_COMPILER_IS_GNUCC)