Skip to content

Commit

Permalink
change to ldflags
Browse files Browse the repository at this point in the history
  • Loading branch information
jarro2783 committed Dec 2, 2016
1 parent 78f3901 commit f6bd09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f6bd09d

Please sign in to comment.