diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-03-31 16:41:25 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-03-31 16:41:25 +0000 |
commit | cb9aed3ec06afcf877beea7f762f6bd8072d950e (patch) | |
tree | 07911b992dee1a41ff98fe72652f84b6984a6c4b /llvm/examples/ExceptionDemo/CMakeLists.txt | |
parent | 89608af26d362042265b7136b9b5f5fcbf0e5078 (diff) | |
download | bcm5719-llvm-cb9aed3ec06afcf877beea7f762f6bd8072d950e.tar.gz bcm5719-llvm-cb9aed3ec06afcf877beea7f762f6bd8072d950e.zip |
Rework r233647, "llvm/examples: Suppress building a few JIT examples."
It didn't work with "install".
llvm-svn: 233708
Diffstat (limited to 'llvm/examples/ExceptionDemo/CMakeLists.txt')
-rw-r--r-- | llvm/examples/ExceptionDemo/CMakeLists.txt | 2 |
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 |