summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt b/llvm/examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt
index 17e280c1671..947b5a3a327 100644
--- a/llvm/examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt
+++ b/llvm/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()
OpenPOWER on IntegriCloud