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")