mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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)
|
||||
package_libraries_for_deployment()
|
||||
elseif (UNIX)
|
||||
elseif (UNIX AND NOT APPLE)
|
||||
find_package(Threads REQUIRED)
|
||||
if(THREADS_HAVE_PTHREAD_ARG)
|
||||
target_compile_options(PUBLIC oven "-pthread")
|
||||
|
|
Loading…
Reference in a new issue