Remove EXACT from ICU find_package

So that libloot can be built on Arch Linux, which ships ICU 73.1.
This commit is contained in:
Oliver Hamlet
2023-09-19 19:11:15 +01:00
parent bf1a2fc98e
commit f4627963ca
+1 -1
View File
@@ -61,7 +61,7 @@ endif()
find_package(Boost REQUIRED)
if(NOT CMAKE_SYSTEM_NAME STREQUAL "Windows")
find_package(ICU 71.1 EXACT REQUIRED COMPONENTS data uc)
find_package(ICU 71.1 REQUIRED COMPONENTS data uc)
find_package(TBB REQUIRED)
endif()