1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Remove custom version of FindLibIntl.cmake

Use the one provided by CMake.
This commit is contained in:
David Rosca 2019-03-20 11:29:10 +01:00
parent 2c5314ce93
commit f4866e7dd8
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -1,9 +0,0 @@
find_path(LibIntl_INCLUDE_DIRS NAMES libintl.h)
find_library(LibIntl_LIBRARIES NAMES intl libintl)
include(CheckCXXSymbolExists)
check_cxx_symbol_exists(gettext libintl.h LibIntl_SYMBOL_FOUND)
if (LibIntl_SYMBOL_FOUND)
set(HAVE_LIBINTL TRUE)
else()
set(HAVE_LIBINTL FALSE)
endif()