diff options
author | Sibi Siddharthan <sibisiddharthan.github@gmail.com> | 2020-07-01 19:12:02 (GMT) |
---|---|---|
committer | Sibi Siddharthan <sibisiddharthan.github@gmail.com> | 2020-07-01 19:12:02 (GMT) |
commit | ec6bbfd58d6f72125f21c050aab12480cce15448 (patch) | |
tree | 37b08fc2907bc4cbcb6cf60da605e1166095cdb9 /Modules/FindIntl.cmake | |
parent | 667a229e8dc0648eba3cceb4202e967c17301817 (diff) | |
download | CMake-ec6bbfd58d6f72125f21c050aab12480cce15448.zip CMake-ec6bbfd58d6f72125f21c050aab12480cce15448.tar.gz CMake-ec6bbfd58d6f72125f21c050aab12480cce15448.tar.bz2 |
FindIntl use NAMES_PER_DIR
Signed-off-by: Sibi Siddharthan <sibisiddharthan.github@gmail.com>
Diffstat (limited to 'Modules/FindIntl.cmake')
-rw-r--r-- | Modules/FindIntl.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindIntl.cmake b/Modules/FindIntl.cmake index 3818d45..f72837e 100644 --- a/Modules/FindIntl.cmake +++ b/Modules/FindIntl.cmake @@ -40,7 +40,7 @@ find_path(Intl_INCLUDE_DIR mark_as_advanced(Intl_INCLUDE_DIR) # Find all Intl libraries -find_library(Intl_LIBRARY "intl" +find_library(Intl_LIBRARY "intl" NAMES_PER_DIR DOC "libintl libraries (if not in the C library)") mark_as_advanced(Intl_LIBRARY) |