1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-21 10:41:33 +00:00

Fix identation in CMakeLists.txt

This commit is contained in:
elsid 2023-03-10 15:01:18 +01:00
parent 8031b9a16c
commit cc066efa11
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625
10 changed files with 148 additions and 148 deletions

View file

@ -192,12 +192,12 @@ if (USE_SYSTEM_TINYXML)
endif()
if (NOT UNIX)
target_link_libraries(openmw ${SDL2MAIN_LIBRARY})
target_link_libraries(openmw ${SDL2MAIN_LIBRARY})
endif()
# Fix for not visible pthreads functions for linker with glibc 2.15
if (UNIX AND NOT APPLE)
target_link_libraries(openmw ${CMAKE_THREAD_LIBS_INIT})
target_link_libraries(openmw ${CMAKE_THREAD_LIBS_INIT})
endif()
if(APPLE)

View file

@ -100,7 +100,7 @@ endif()
# Workaround for binutil => 2.23 problem when linking, should be fixed eventually upstream
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
target_link_libraries(openmw-wizard dl Xt)
target_link_libraries(openmw-wizard dl Xt)
endif()
if (WIN32)

View file

@ -483,7 +483,7 @@ endif()
# Fix for not visible pthreads functions for linker with glibc 2.15
if (UNIX AND NOT APPLE)
target_link_libraries(components ${CMAKE_THREAD_LIBS_INIT})
target_link_libraries(components ${CMAKE_THREAD_LIBS_INIT})
endif()
if (BUILD_WITH_CODE_COVERAGE)