Skip to content

Commit

Permalink
Remove EXACT from ICU find_package
Browse files Browse the repository at this point in the history
So that libloot can be built on Arch Linux, which ships ICU 73.1.
  • Loading branch information
Ortham committed Sep 19, 2023
1 parent bf1a2fc commit f462796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit f462796

Please sign in to comment.