opnsense-ports/archivers/nevada-toolset/files/patch-CMakeLists.txt
Franco Fichtner fed1816958 */*: sync with upstream
Taken from: FreeBSD
2022-11-10 09:21:58 +01:00

13 lines
407 B
Text

--- CMakeLists.txt.orig 2020-08-15 22:06:32 UTC
+++ CMakeLists.txt
@@ -15,10 +15,6 @@ option(BUILD_GUI_TOOLS "Build GUI versions of tools wh
option(BUILD_GUI_TOOLS "Build GUI versions of tools where available (Requires wxWidgets)." OFF)
-if(USE_ICU)
- find_package(ICU REQUIRED data i18n io tu uc)
-endif()
-
if(BUILD_GUI_TOOLS)
find_package(wxWidgets REQUIRED core base xrc xml adv)
endif()