Thanks to visit codestin.com Credit goes to github.com
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 3058dc8 commit 3ee7099Copy full SHA for 3ee7099
cmake/Warnings.cmake
@@ -34,7 +34,7 @@ set(INTEL_WARNINGS
34
-Wall
35
-Wextra
36
)
37
-if (WARNINGS_AS_ERRORS)
+if (AH_WARNINGS_AS_ERRORS)
38
if (CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
39
list(APPEND MSVC_WARNINGS /WX)
40
else()
0 commit comments