Commit f691449c0a4428400fa866bc5a4dbb828ea2cf84

Authored by Baptiste Wicht
1 parent cc65ebb4

Revert change

Showing 1 changed file with 1 additions and 1 deletions
CMakeLists.txt
@@ -34,7 +34,7 @@ if(CXXOPTS_USE_UNICODE_HELP) @@ -34,7 +34,7 @@ if(CXXOPTS_USE_UNICODE_HELP)
34 pkg_check_modules(ICU REQUIRED icu-uc) 34 pkg_check_modules(ICU REQUIRED icu-uc)
35 35
36 set(CXXOPTS_LINKER_LIBRARIES "${ICU_LIBRARIES}") 36 set(CXXOPTS_LINKER_LIBRARIES "${ICU_LIBRARIES}")
37 - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -DCXXOPTS_USE_UNICODE") 37 + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DCXXOPTS_USE_UNICODE")
38 38
39 endif() 39 endif()
40 40