Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ee7099

Browse files
committed
Warnings as errors
1 parent 3058dc8 commit 3ee7099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Warnings.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set(INTEL_WARNINGS
3434
-Wall
3535
-Wextra
3636
)
37-
if (WARNINGS_AS_ERRORS)
37+
if (AH_WARNINGS_AS_ERRORS)
3838
if (CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
3939
list(APPEND MSVC_WARNINGS /WX)
4040
else()

0 commit comments

Comments
 (0)