Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'programs/CMakeLists.txt')
-rw-r--r--programs/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/CMakeLists.txt b/programs/CMakeLists.txt
index bd33d770..3182141d 100644
--- a/programs/CMakeLists.txt
+++ b/programs/CMakeLists.txt
@@ -59,6 +59,6 @@ if(MSVC)
target_compile_options(illegal-codepoints PUBLIC /utf-8)
endif()
-if(NOT WIN32)
+if(NOT WIN32 AND NOT APPLE)
add_subdirectory(collision-check)
endif()