From f3fb10fb2d082648511192391f8665f71f9b7257 Mon Sep 17 00:00:00 2001 From: Romain LE JEUNE Date: Wed, 26 Apr 2023 11:23:30 +0200 Subject: [PATCH] feat(GODT-2410): Do not set hard requierement for ICU dependencies. --- internal/frontend/bridge-gui/bridge-gui/DeployLinux.cmake | 5 ----- 1 file changed, 5 deletions(-) diff --git a/internal/frontend/bridge-gui/bridge-gui/DeployLinux.cmake b/internal/frontend/bridge-gui/bridge-gui/DeployLinux.cmake index 5db5f8fa..c318eaf6 100644 --- a/internal/frontend/bridge-gui/bridge-gui/DeployLinux.cmake +++ b/internal/frontend/bridge-gui/bridge-gui/DeployLinux.cmake @@ -17,11 +17,6 @@ cmake_minimum_required(VERSION 3.22) -#***************************************************************************************************************************************************** -# International Components for Unicode (ICU) -#***************************************************************************************************************************************************** -find_package(ICU 56.0 COMPONENTS i18n uc data REQUIRED) - #***************************************************************************************************************************************************** # Deploy #*****************************************************************************************************************************************************