We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9973673 commit 7ed3597Copy full SHA for 7ed3597
MultiSource/Applications/CMakeLists.txt
@@ -21,7 +21,7 @@ endif()
21
if(NOT DEFINED SMALL_PROBLEM_SIZE)
22
add_subdirectory(lua)
23
endif()
24
-if(TARGET_OS STREQUAL "Linux" AND (NOT ARCH STREQUAL "XCore"))
+if((TARGET_OS STREQUAL "Linux" OR TARGET_OS STREQUAL "Darwin") AND (NOT ARCH STREQUAL "XCore"))
25
add_subdirectory(obsequi)
26
27
if(NOT TARGET_OS STREQUAL "SunOS")
0 commit comments