diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4dc0bf952c..667f007660 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -310,7 +310,7 @@ Ubuntu_Clang_tests_Debug: stage: build only: variables: - - $CI_PROJECT_ID == "7107382" && $CI_PIPELINE_SOURCE == "push" + - $CI_PROJECT_ID == "7107382" cache: paths: - ccache/ diff --git a/CMakeLists.txt b/CMakeLists.txt index 074b1bcd33..5008d369dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -251,7 +251,7 @@ set(USED_OSG_PLUGINS option(OPENMW_USE_SYSTEM_ICU "Use system ICU library instead of internal. If disabled, requires autotools" ON) if(OPENMW_USE_SYSTEM_ICU) - find_package(ICU REQUIRED COMPONENTS uc i18n) + find_package(ICU REQUIRED COMPONENTS uc i18n data) endif() option(OPENMW_USE_SYSTEM_YAML_CPP "Use system yaml-cpp library instead of internal." ON)