We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3285629 commit dbc0d66Copy full SHA for dbc0d66
cmakelib/QuickCppLibSetupProject.cmake
@@ -129,7 +129,7 @@ include(QuickCppLibParseLibrarySources)
129
set(SPECIAL_BUILDS) ## Used to add optional build targets for every build target
130
131
# Configure the static analyser build
132
-if(MSVC)
+if(MSVC AND NOT CLANG)
133
list(APPEND SPECIAL_BUILDS sa)
134
set(sa_COMPILE_FLAGS /analyze /analyze:stacksize 262144) ## Chosen because OS X enforces this limit on stack usage
135
#set(sa_LINK_FLAGS)
0 commit comments