mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 14:09:01 +02:00
don't trigger unix step on apple for oven
This commit is contained in:
parent
0b598ea948
commit
88831ff08a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ setup_memory_debugger()
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
package_libraries_for_deployment()
|
package_libraries_for_deployment()
|
||||||
elseif (UNIX)
|
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(PUBLIC oven "-pthread")
|
||||||
|
|
Loading…
Reference in a new issue