From b07f20850515786028229f5a4d51488e3ff30aec Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Sun, 10 Dec 2023 21:29:08 +0100 Subject: cmake: Minor clean-up regarding ICU version --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e6b1270d..9b177afc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,7 @@ set(Required_CMake_Version 3.16.2) set(Required_Boost_Version 1.72) set(Required_Gmp_Version 6.1.2) set(Required_Mpfr_Version 4.0.2) +set(Required_Icu_Version 63) set(Required_Python_Version 3.9) set(Required_Gpgmepp_Version 1.13.1) @@ -108,7 +109,7 @@ endif() ######################################################################## include(FindICU) -find_package(ICU 63 OPTIONAL_COMPONENTS uc i18n) +find_package(ICU ${Required_Icu_Version} OPTIONAL_COMPONENTS uc i18n) include(CheckIncludeFiles) include(CheckLibraryExists) -- cgit v1.2.3