Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions interpreter/llvm/src/tools/clang/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -429,12 +429,7 @@ add_subdirectory(tools)
add_subdirectory(runtime)

option(CLANG_BUILD_EXAMPLES "Build CLANG example programs by default." OFF)
if (CLANG_BUILD_EXAMPLES)
set(ENABLE_CLANG_EXAMPLES "1")
add_subdirectory(examples)
else()
set(ENABLE_CLANG_EXAMPLES "0")
endif()
add_subdirectory(examples)

if(APPLE)
# this line is needed as a cleanup to ensure that any CMakeCaches with the old
Expand Down