11 lines
349 B
Diff
11 lines
349 B
Diff
--- CMakeLists.txt.orig 2016-03-05 21:54:02.000000000 +0100
|
|
+++ CMakeLists.txt 2016-03-15 13:22:20.858445170 +0100
|
|
@@ -25,7 +25,6 @@
|
|
|
|
if (NOT WIN32)
|
|
# TODO - add support for wx build under Windows
|
|
- set(wxWidgets_CONFIGURATION mswu)
|
|
find_package(wxWidgets COMPONENTS adv base core html net REQUIRED)
|
|
include(${wxWidgets_USE_FILE})
|
|
|