mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Cleanup in progress.
This commit is contained in:
parent
1fa516dd56
commit
9047a8f707
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ endforeach()
|
|||
# include headers for nitpick and NitpickConfig.
|
||||
include_directories("${PROJECT_SOURCE_DIR}/src")
|
||||
|
||||
if (UNIX AND NOT ANDROID)
|
||||
if (UNIX)
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||
# Linux
|
||||
target_link_libraries(${TARGET_NAME} pthread atomic)
|
||||
|
|
Loading…
Reference in a new issue