mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:08:51 +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)
|
elseif (UNIX AND NOT APPLE)
|
||||||
find_package(Threads REQUIRED)
|
find_package(Threads REQUIRED)
|
||||||
if(THREADS_HAVE_PTHREAD_ARG)
|
if(THREADS_HAVE_PTHREAD_ARG)
|
||||||
target_compile_options(PUBLIC oven "-pthread")
|
target_compile_options(oven PUBLIC "-pthread")
|
||||||
endif()
|
endif()
|
||||||
elseif (APPLE)
|
elseif (APPLE)
|
||||||
# Fix up the rpath so macdeployqt works
|
# Fix up the rpath so macdeployqt works
|
||||||
|
|
Loading…
Reference in a new issue