diff options
Diffstat (limited to 'llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt')
| -rw-r--r-- | llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt index 9a6f14da2c8..23aba6510b8 100644 --- a/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt +++ b/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt @@ -13,7 +13,7 @@ set(LLVM_LINK_COMPONENTS set(LLVM_REQUIRES_RTTI 1) -set(EXCLUDE_FROM_ALL ON) +set(LLVM_BUILD_EXAMPLES OFF) add_kaleidoscope_chapter(Kaleidoscope-Ch7 toy.cpp |

