mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
FindIntl: Use explicit find_library signature NAMES keyword
This commit is contained in:
@@ -129,7 +129,9 @@ else()
|
||||
DOC "libintl include directory")
|
||||
mark_as_advanced(Intl_INCLUDE_DIR)
|
||||
|
||||
find_library(Intl_LIBRARY "intl" "libintl" NAMES_PER_DIR
|
||||
find_library(Intl_LIBRARY
|
||||
NAMES "intl" "libintl"
|
||||
NAMES_PER_DIR
|
||||
DOC "libintl libraries (if not in the C library)")
|
||||
mark_as_advanced(Intl_LIBRARY)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user