Skip to content

Commit 929bf2d

Browse files
authored
fix "icu-cu" -> "icu-uc" typo in cmake files (#468)
1 parent 8df9a4d commit 929bf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/cxxopts.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ function(cxxopts_install_logic)
157157

158158
set(PKG_CONFIG_FILE_NAME "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pc")
159159
if(CXXOPTS_USE_UNICODE_HELP)
160-
set(PKG_CONFIG_REQUIRES "icu-cu")
160+
set(PKG_CONFIG_REQUIRES "icu-uc")
161161
set(PKG_CONFIG_EXTRA_CFLAGS "-DCXXOPTS_USE_UNICODE")
162162
endif()
163163
configure_file("${PackagingTemplatesDir}/pkgconfig.pc.in" "${PKG_CONFIG_FILE_NAME}" @ONLY)

0 commit comments

Comments
 (0)