From: Eduardo DAVILA Date: Tue, 20 Aug 2019 15:07:37 +0000 (+0200) Subject: #3300 crea Bug New Normal wt4 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=a8609df72e539c3ac3395d881b8656c5e5bb6e25;p=crea.git #3300 crea Bug New Normal wt4 --- diff --git a/cmake/CREAMacro_FindAndUseWt.cmake b/cmake/CREAMacro_FindAndUseWt.cmake index 41ffd7b..ce3fddd 100644 --- a/cmake/CREAMacro_FindAndUseWt.cmake +++ b/cmake/CREAMacro_FindAndUseWt.cmake @@ -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_ )