mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-07-23 01:08:30 +00:00
Fix whitespace in CMakeLists.txt
- all spaces no tabs - indent with 4 spaces everywhere
This commit is contained in:
parent
e058ea2ed8
commit
216a1831de
|
@ -48,7 +48,7 @@ endif()
|
|||
|
||||
if(LIB_INSTALL_DIR)
|
||||
else()
|
||||
set(LIB_INSTALL_DIR lib)
|
||||
set(LIB_INSTALL_DIR lib)
|
||||
endif()
|
||||
|
||||
include_directories(include/)
|
||||
|
|
|
@ -2,9 +2,9 @@ option(INSTALL_MBEDTLS_HEADERS "Install mbed TLS headers." ON)
|
|||
|
||||
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)
|
||||
|
||||
|
|
|
@ -87,7 +87,7 @@ set(src
|
|||
)
|
||||
|
||||
if(WIN32)
|
||||
set(libs ws2_32)
|
||||
set(libs ws2_32)
|
||||
endif(WIN32)
|
||||
|
||||
if(CMAKE_COMPILER_IS_GNUCC)
|
||||
|
|
Loading…
Reference in a new issue