mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 15:57:39 +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)
|
||||
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