Skip to content

Commit

Permalink
Remove ICU version specified in CMakeLists
Browse files Browse the repository at this point in the history
It doesn't really serve any purpose any more, and could end up causing issues.
  • Loading branch information
Ortham committed Jan 13, 2025
1 parent 9dd391d commit 349981b
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 @@ -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()

Expand Down

0 comments on commit 349981b

Please sign in to comment.