Remove ICU version specified in CMakeLists

It doesn't really serve any purpose any more, and could end up causing issues.
This commit is contained in:
Oliver Hamlet
2025-01-13 19:47:15 +00:00
parent 9dd391d65d
commit 349981b2a0
+1 -1
View File
@@ -75,7 +75,7 @@ endif()
find_package(Boost REQUIRED)
if(NOT CMAKE_SYSTEM_NAME STREQUAL "Windows")
find_package(ICU 71.1 REQUIRED COMPONENTS data uc)
find_package(ICU REQUIRED COMPONENTS data uc)
find_package(TBB REQUIRED)
endif()