Rework r233647, "llvm/examples: Suppress building a few JIT examples."
[oota-llvm.git] / examples / Kaleidoscope / Chapter8 / CMakeLists.txt
index 6491599770be6c63cd59ee023bb243624bef4372..90c79c0b9ae9d08906d605a6a94fd971c0eace19 100644 (file)
@@ -9,6 +9,8 @@ set(LLVM_LINK_COMPONENTS
 
 set(LLVM_REQUIRES_RTTI 1)
 
+set(LLVM_BUILD_EXAMPLES OFF)
+
 add_kaleidoscope_chapter(Kaleidoscope-Ch8
   toy.cpp
   )