summaryrefslogtreecommitdiffstats
path: root/llvm/examples/ExceptionDemo/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/examples/ExceptionDemo/CMakeLists.txt')
-rw-r--r--llvm/examples/ExceptionDemo/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/ExceptionDemo/CMakeLists.txt b/llvm/examples/ExceptionDemo/CMakeLists.txt
index f1715be4156..b4354f66f0d 100644
--- a/llvm/examples/ExceptionDemo/CMakeLists.txt
+++ b/llvm/examples/ExceptionDemo/CMakeLists.txt
@@ -12,7 +12,7 @@ set(LLVM_LINK_COMPONENTS
set(LLVM_REQUIRES_EH 1)
set(LLVM_REQUIRES_RTTI 1)
-set(EXCLUDE_FROM_ALL ON)
+set(LLVM_BUILD_EXAMPLES OFF)
add_llvm_example(ExceptionDemo
ExceptionDemo.cpp
OpenPOWER on IntegriCloud