forked from Lainports/opnsense-ports
13 lines
407 B
Text
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()
|