Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jarro2783/cxxopts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarryd Beck <jarro.2783@gmail.com>2016-12-02 10:05:58 +0300
committerJarryd Beck <jarro.2783@gmail.com>2016-12-02 10:05:58 +0300
commitf6bd09df63fb02e720304cda7e5107f4dcaf6b3c (patch)
treed548e0e2c7a0cde19e6ea6fd4f27477d0c83e194 /CMakeLists.txt
parent78f3901d8df9af034f7d7e45353fb7a04b9980d8 (diff)
change to ldflags
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 95e070f..1adc963 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,7 +46,7 @@ if(CXXOPTS_USE_UNICODE_HELP)
pkg_check_modules(ICU REQUIRED icu-uc)
- set(CXXOPTS_LINKER_LIBRARIES "${ICU_LIBRARIES}")
+ set(CXXOPTS_LINKER_LIBRARIES "${ICU_LDFLAGS}")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${ICU_CFLAGS} -DCXXOPTS_USE_UNICODE")
endif()