aboutsummaryrefslogtreecommitdiff
path: root/demos/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'demos/CMakeLists.txt')
-rw-r--r--demos/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt
index 17a8fbed..f975a6e9 100644
--- a/demos/CMakeLists.txt
+++ b/demos/CMakeLists.txt
@@ -9,6 +9,6 @@ if(WIN32) # Currently only enable tests on Windows.
add_subdirectory(input_method)
endif()
-if(UNIX)
+if(UNIX AND NOT APPLE)
add_subdirectory(xcb)
endif()