mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Fixed CMakeLists.txt for 'oven' to work in Linux
This commit is contained in:
parent
5cdcf1c53e
commit
50eaf3e166
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ if (WIN32)
|
|||
elseif (UNIX AND NOT APPLE)
|
||||
find_package(Threads REQUIRED)
|
||||
if(THREADS_HAVE_PTHREAD_ARG)
|
||||
target_compile_options(PUBLIC oven "-pthread")
|
||||
target_compile_options(oven PUBLIC "-pthread")
|
||||
endif()
|
||||
elseif (APPLE)
|
||||
# Fix up the rpath so macdeployqt works
|
||||
|
|
Loading…
Reference in a new issue