don't trigger unix step on apple for oven

This commit is contained in:
Stephen Birarda 2017-12-13 18:08:39 -08:00
parent 0b598ea948
commit 88831ff08a

View file

@ -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")