mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
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:
+1
-1
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user