Skip to content

Commit ac25979

Browse files
committed
[dev] FindICU.cmake syncd with MacOS (slight change)
1 parent 205bfd3 commit ac25979

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/FindICU.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
2-
# file Copyright.txt or https://cmake.org/licensing for details.
2+
# file LICENSE.rst or https://cmake.org/licensing for details.
33

44
#[=======================================================================[.rst:
55
FindICU
@@ -215,7 +215,7 @@ function(_ICU_FIND)
215215
endif()
216216
if(component STREQUAL "in")
217217
list(APPEND component_libnames "icui18n")
218-
list(APPEND component_debug_libnames "icui18nd")
218+
list(APPEND component_debug_libnames "icui18nd") # noqa: spellcheck disable-line
219219
endif()
220220

221221
if(static_prefix)
@@ -295,7 +295,7 @@ endfunction()
295295

296296
_ICU_FIND()
297297

298-
include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
298+
include(FindPackageHandleStandardArgs)
299299
find_package_handle_standard_args(ICU
300300
REQUIRED_VARS
301301
ICU_INCLUDE_DIR

0 commit comments

Comments
 (0)