mirror of https://github.com/jarro2783/cxxopts.git
Revert change
This commit is contained in:
parent
cc65ebb4fc
commit
f691449c0a
|
|
@ -34,7 +34,7 @@ if(CXXOPTS_USE_UNICODE_HELP)
|
|||
pkg_check_modules(ICU REQUIRED icu-uc)
|
||||
|
||||
set(CXXOPTS_LINKER_LIBRARIES "${ICU_LIBRARIES}")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -DCXXOPTS_USE_UNICODE")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DCXXOPTS_USE_UNICODE")
|
||||
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue