summaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Kaleidoscope')
-rw-r--r--examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt b/examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt
index 17e280c1671..947b5a3a327 100644
--- a/examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt
+++ b/examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt
@@ -2,5 +2,7 @@ add_subdirectory(Chapter1)
add_subdirectory(Chapter2)
add_subdirectory(Chapter3)
add_subdirectory(Chapter4)
-add_subdirectory(Chapter5)
+if (NOT WIN32)
+ add_subdirectory(Chapter5)
+endif()