]> Creatis software - crea.git/commitdiff
#3300 crea Bug New Normal wt4 vtk8itk4wx3-mingw64
authorEduardo DAVILA <davila@ei-ed-606.creatis.insa-lyon.fr>
Tue, 20 Aug 2019 15:07:37 +0000 (17:07 +0200)
committerEduardo DAVILA <davila@ei-ed-606.creatis.insa-lyon.fr>
Tue, 20 Aug 2019 15:07:37 +0000 (17:07 +0200)
cmake/CREAMacro_FindAndUseWt.cmake

index 41ffd7bc61b339c075da35dc5fafa30a522a3705..ce3fddd3cb147725f3179d0c69ec8f29ad627760 100644 (file)
@@ -2,10 +2,18 @@ MACRO(CREA_FINDANDUSEWT)
 
         
        SET (WT_CONNECTOR "wthttp" CACHE STRING "Connector used (wthttp or wtfcgi)")
-       SET(WT_LIBRARIES wt wtfcgi wtext)
+
+#EED2019-08-20
+#      SET(WT_LIBRARIES wt wtfcgi wtext)
+       SET(WT_LIBRARIES wt wtfcgi )
+
 #      SET(WT_LIBRARIES wt wthttp wtext)
        INCLUDE_DIRECTORIES($ENV{WT_DIR}/../../include)
-       LINK_DIRECTORIES($ENV{WT_DIR}/../../lib/wt-3.3.4)
+
+#EED2019-08-20
+#      LINK_DIRECTORIES($ENV{WT_DIR}/../../lib/wt-3.3.4)
+       LINK_DIRECTORIES($ENV{WT_DIR}/../../lib/wt-4.0.4-rc1)
+
 
        CREA_DEFINE( USE_WT)
        CREA_DEFINE( _USE_WT_ )