Skip to content

Commit 0937faf

Browse files
committed
Fix cmake warning about ICONV package naming (should be Iconv)
1 parent d41c5e6 commit 0937faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindIconv.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ check_cxx_source_compiles(
8484
ICONV_COMPILES)
8585

8686
include(FindPackageHandleStandardArgs)
87-
find_package_handle_standard_args(ICONV DEFAULT_MSG ICONV_TEST ICONV_INCLUDE_DIR ICONV_COMPILES)
87+
find_package_handle_standard_args(Iconv DEFAULT_MSG ICONV_TEST ICONV_INCLUDE_DIR ICONV_COMPILES)
8888

8989
if(ICONV_FOUND)
9090
set(ICONV_LIBRARIES ${ICONV_LIBRARY})

0 commit comments

Comments
 (0)