We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4660b commit 9251b7dCopy full SHA for 9251b7d
clang/examples/CMakeLists.txt
@@ -1,5 +1,5 @@
1
if(NOT CLANG_BUILD_EXAMPLES)
2
- set(EXCLUDE_FROM_ALL ON)
+ set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
3
endif()
4
5
add_subdirectory(analyzer-plugin)
0 commit comments