diff --git a/CMakeLists.txt b/CMakeLists.txt index ae7e5f4a6..9ea985413 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -257,6 +257,7 @@ add_subdirectory(icons) if(ENABLE_NLS) find_package(Gettext REQUIRED) find_package(Intl REQUIRED) + include_directories(${Intl_INCLUDE_DIRS}) list(APPEND EXTRA_LIBS "${Intl_LIBRARIES}") add_subdirectory(po) else()