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 8df9a4d commit 929bf2dCopy full SHA for 929bf2d
cmake/cxxopts.cmake
@@ -157,7 +157,7 @@ function(cxxopts_install_logic)
157
158
set(PKG_CONFIG_FILE_NAME "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pc")
159
if(CXXOPTS_USE_UNICODE_HELP)
160
- set(PKG_CONFIG_REQUIRES "icu-cu")
+ set(PKG_CONFIG_REQUIRES "icu-uc")
161
set(PKG_CONFIG_EXTRA_CFLAGS "-DCXXOPTS_USE_UNICODE")
162
endif()
163
configure_file("${PackagingTemplatesDir}/pkgconfig.pc.in" "${PKG_CONFIG_FILE_NAME}" @ONLY)
0 commit comments