mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 07:32:10 +02:00
Merge pull request #1173 from daleglass/fix-cmake-mismatched-if
Fix mismatched if in CMake warning
This commit is contained in:
commit
708d52c700
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ setup_hifi_library(Concurrent)
|
|||
link_hifi_libraries(shared gl gpu gpu-gl-common shaders)
|
||||
if (UNIX AND NOT VIRCADIA_THREAD_DEBUGGING)
|
||||
target_link_libraries(${TARGET_NAME} pthread)
|
||||
endif(UNIX)
|
||||
endif(UNIX AND NOT VIRCADIA_THREAD_DEBUGGING)
|
||||
GroupSources("src")
|
||||
|
||||
set(OpenGL_GL_PREFERENCE "LEGACY")
|
||||
|
|
Loading…
Reference in a new issue