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 2e2475f commit e161d44Copy full SHA for e161d44
CMakeLists.txt
@@ -33,7 +33,7 @@ if (${UTPP_AMPLIFY_WARNINGS})
33
if(CMAKE_CXX_FLAGS MATCHES "/W[0-4]")
34
string(REGEX REPLACE "/W[0-4]" "/W4" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /WX")
35
else()
36
- string(CONCAT CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}" " -Wall -Wextra -Werror -Wno-ignored-qualifiers")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Werror -Wno-ignored-qualifiers")
37
endif()
38
39
0 commit comments