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

Use correct package name for Intl

This commit is contained in:
David Rosca 2019-03-20 11:40:11 +01:00
parent f4866e7dd8
commit 71b54b5bbf
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -129,7 +129,7 @@ if (PySide2_FOUND AND Shiboken2_FOUND AND PythonLibs_FOUND)
set(ENABLE_PYTHON_PLUGINS TRUE) set(ENABLE_PYTHON_PLUGINS TRUE)
endif() endif()
find_package(LibIntl) find_package(Intl)
# Git revision # Git revision
if (EXISTS "${CMAKE_SOURCE_DIR}/.git") if (EXISTS "${CMAKE_SOURCE_DIR}/.git")