summaryrefslogtreecommitdiff
path: root/Modules/FindIntl.cmake
diff options
context:
space:
mode:
authorSibi Siddharthan <sibisiddharthan.github@gmail.com>2020-07-02 00:42:02 +0530
committerSibi Siddharthan <sibisiddharthan.github@gmail.com>2020-07-02 00:42:02 +0530
commitec6bbfd58d6f72125f21c050aab12480cce15448 (patch)
tree37b08fc2907bc4cbcb6cf60da605e1166095cdb9 /Modules/FindIntl.cmake
parent667a229e8dc0648eba3cceb4202e967c17301817 (diff)
downloadcmake-ec6bbfd58d6f72125f21c050aab12480cce15448.tar.gz
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.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindIntl.cmake b/Modules/FindIntl.cmake
index 3818d45ec9..f72837e5df 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)