Merge pull request #1188 from daleglass/fix_nitpick

Link to pthread last
This commit is contained in:
Kalila 2021-04-26 06:24:21 -04:00 committed by GitHub
commit 73acf299f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)