forked from OSchip/llvm-project
[CMake] Suppress SampleAnalyzerPlugin w/o ENABLE_STATIC_ANALYZER.
llvm-svn: 200532
This commit is contained in:
parent
413496f89b
commit
a050e3e9bd
|
@ -2,6 +2,8 @@ if(NOT CLANG_BUILD_EXAMPLES)
|
|||
set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
|
||||
endif()
|
||||
|
||||
if(CLANG_ENABLE_STATIC_ANALYZER)
|
||||
add_subdirectory(analyzer-plugin)
|
||||
endif()
|
||||
add_subdirectory(clang-interpreter)
|
||||
add_subdirectory(PrintFunctionNames)
|
||||
|
|
Loading…
Reference in New Issue