aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3f695c4..bd807d0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -247,5 +247,7 @@ install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/onig-config
# Test
if(BUILD_TEST)
add_subdirectory(test)
- add_subdirectory(windows)
+ if (NOT APPLE)
+ add_subdirectory(windows)
+ endif()
endif(BUILD_TEST)