Fix for the fix that didn't fix.
This commit is contained in:
parent
570997e6a1
commit
4efbe1725f
|
@ -123,9 +123,9 @@ if(NOT MSVC)
|
|||
-Wsign-compare
|
||||
-Wignored-qualifiers
|
||||
-Wuninitialized
|
||||
if (NOT "${CMAKE_CXX_COMPILER}" MATCHES "clang++")
|
||||
if (NOT ${CMAKE_CXX_COMPILER} MATCHES "clang++")
|
||||
-Wlogical-op
|
||||
endif(NOT "${CMAKE_CXX_COMPILER}" MATCHES "clang++")
|
||||
endif()
|
||||
-Wshadow
|
||||
-Winit-self)
|
||||
endif(NOT MSVC)
|
||||
|
|
Loading…
Reference in New Issue