]> Creatis software - crea.git/commitdiff
3227 vtk8itk4wx3-mingw64 MACOS
authorEduardo DAVILA <davila@creatis.insa-lyon.fr>
Wed, 25 Aug 2021 12:42:05 +0000 (14:42 +0200)
committerEduardo DAVILA <davila@creatis.insa-lyon.fr>
Wed, 25 Aug 2021 12:42:05 +0000 (14:42 +0200)
cmake/CREAMacro_FindAndUseWxWidgets.cmake

index 24c6c8646473fef06fcbd7a965ef3550bd2b4b4f..3d45b7854ca3bc16566ef40525ccb510fcd373cd 100644 (file)
@@ -60,10 +60,10 @@ MACRO(CREA_FIND_WXWIDGETS)
 ##2018-08-28     
  if(APPLE)
     message("EED CREAMacro_FindAndUseWxWidgets APPLE.  forsing wxWidgets_CONFIG_EXECUTABLE.   wxWidgets_wxrc_EXECUTABLE ")
-       set(wxWidgets_CONFIGURATION mswu)
-    set(wxWidgets_USE_LIBS)
-    #EED2021-08-25 SET(wxWidgets_CONFIG_EXECUTABLE  /opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/bin/wx-config CACHE STRING wxWidgets_CONFIG_EXECUTABLE FORCE)
-       #EED2021-08-25 SET(wxWidgets_wxrc_EXECUTABLE   /opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/bin/wxrc-3.0 CACHE STRING wxWidgets_wxrc_EXECUTABLE FORCE)
+       #set(wxWidgets_CONFIGURATION mswu)
+    #set(wxWidgets_USE_LIBS)
+    SET(wxWidgets_CONFIG_EXECUTABLE  /opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/bin/wx-config CACHE STRING wxWidgets_CONFIG_EXECUTABLE FORCE)
+       SET(wxWidgets_wxrc_EXECUTABLE   /opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/bin/wxrc-3.0 CACHE STRING wxWidgets_wxrc_EXECUTABLE FORCE)
  elseif(UNIX)
            message("EED CREAMacro_FindAndUseWxWidgets UNIX")
                #MESSAGE ( "===============Manual wx-config 2 EED =======================")
@@ -80,14 +80,15 @@ MACRO(CREA_FIND_WXWIDGETS)
         pkg_check_modules (GTK3 REQUIRED gtk+-3.0)
  endif(APPLE)
 
-      # Can I require all my user to have the gl lib on linux, even if they do not really need it...
-      SET(WXGLCANVASLIBS "gl")   
-      SET(WXAUILIBS "aui")
-      # LG : These options should be set by the user at top level of crea
-      FIND_PACKAGE(wxWidgets REQUIRED COMPONENTS base core adv html
-      ${WXAUILIBS}
-      ${WXGLCANVASLIBS}
+    # Can I require all my user to have the gl lib on linux, even if they do not really need it...
+    SET(WXGLCANVASLIBS "gl")     
+    SET(WXAUILIBS "aui")
+    # LG : These options should be set by the user at top level of crea
+    FIND_PACKAGE(wxWidgets REQUIRED COMPONENTS base core adv html
+        ${WXAUILIBS}
+        ${WXGLCANVASLIBS}
     )
+
     IF(wxWidgets_FOUND)
       MESSAGE ( STATUS "=======================================")
       MESSAGE ( STATUS "Looking for wxWidgets... found ${wxWidgets_CONFIG_EXECUTABLE}")