hugin/wx_use_libs.patch

14 lines
533 B
Diff
Raw Normal View History

2019-03-23 11:59:18 +00:00
diff -r 5abfb4de7961 CMakeLists.txt
--- a/CMakeLists.txt Sun Jan 21 12:56:33 2018 +0100
+++ b/CMakeLists.txt Sat Mar 23 11:56:35 2019 +0000
@@ -162,8 +162,7 @@
##
2019-03-23 10:20:17 +00:00
# This must come before FINDs for tiff, jpeg, png, zlib to enable
# finding the wxWidgets distributions of those packages (Win32 only).
2019-03-23 11:59:18 +00:00
-SET(wxWidgets_USE_LIBS base core aui xrc html xml adv gl net qa)
2019-03-23 10:20:17 +00:00
-FIND_PACKAGE(wxWidgets REQUIRED)
2019-03-23 11:59:18 +00:00
+FIND_PACKAGE(wxWidgets REQUIRED base core aui xrc html xml adv gl net qa)
2019-03-23 10:20:17 +00:00
# hugin requires wxwidgets 3.0 or above
IF (UNIX)