Commit 1429b867 authored by Davis King's avatar Davis King

Fix cuda not building on osx sometimes.

parent 1e8c2cc1
...@@ -675,7 +675,7 @@ if (NOT TARGET dlib) ...@@ -675,7 +675,7 @@ if (NOT TARGET dlib)
# Intel MKL, hasn't already decided what to use. This is because # Intel MKL, hasn't already decided what to use. This is because
# it makes the MKL bug out if you link to another openmp lib other # it makes the MKL bug out if you link to another openmp lib other
# than Intel's when you use the MKL. # than Intel's when you use the MKL.
if (NOT openmp_libraries AND NOT MSVC AND NOT XCODE) if (NOT openmp_libraries AND NOT MSVC AND NOT XCODE AND NOT APPLE)
find_package(OpenMP) find_package(OpenMP)
if (OPENMP_FOUND) if (OPENMP_FOUND)
set(openmp_libraries ${OpenMP_CXX_FLAGS}) set(openmp_libraries ${OpenMP_CXX_FLAGS})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment