From 71b54b5bbfd58e2b3ca84398e7b2fe1c93474092 Mon Sep 17 00:00:00 2001 From: David Rosca Date: Wed, 20 Mar 2019 11:40:11 +0100 Subject: [PATCH] Use correct package name for Intl --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fe9de5a70..94fe67e6e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -129,7 +129,7 @@ if (PySide2_FOUND AND Shiboken2_FOUND AND PythonLibs_FOUND) set(ENABLE_PYTHON_PLUGINS TRUE) endif() -find_package(LibIntl) +find_package(Intl) # Git revision if (EXISTS "${CMAKE_SOURCE_DIR}/.git")