File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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:
55FindICU
@@ -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)
299299find_package_handle_standard_args(ICU
300300 REQUIRED_VARS
301301 ICU_INCLUDE_DIR
You can’t perform that action at this time.
0 commit comments