We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873387c commit 21e5a50Copy full SHA for 21e5a50
1 file changed
pybind_interface/decide/CMakeLists.txt
@@ -24,7 +24,7 @@ else()
24
set(CMAKE_CXX_FLAGS "-O3")
25
endif()
26
27
-if(CMAKE_APPLE_SILICON_PROCESSOR)
+if(APPLE)
28
include_directories(
29
"/usr/local/include"
30
"/usr/local/opt/llvm/include"
0 commit comments