mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Merge pull request #1188 from daleglass/fix_nitpick
Link to pthread last
This commit is contained in:
commit
73acf299f8
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ include_directories("${PROJECT_SOURCE_DIR}/src")
|
|||
if (UNIX AND NOT ANDROID)
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||
# Linux
|
||||
target_link_libraries(${TARGET_NAME} pthread atomic)
|
||||
target_link_libraries(${TARGET_NAME} atomic pthread)
|
||||
else ()
|
||||
# OSX
|
||||
target_link_libraries(${TARGET_NAME} pthread)
|
||||
|
|
Loading…
Reference in a new issue