X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Linux%2Fscripts%2FThirdParty-install-WT.sh;h=9ddfaefad8ff82b2ce635c04efa083ee3d9f2591;hb=0b9e4ff6c69b570848e85151cb8d5e3581a320db;hp=2c9cf3d995139aea4862c886e7c6e123db180841;hpb=1e09b8dbf8310a1a53d02e67256f12a6c0424aa7;p=creaToolsTools.git diff --git a/Linux/scripts/ThirdParty-install-WT.sh b/Linux/scripts/ThirdParty-install-WT.sh index 2c9cf3d..9ddfaef 100644 --- a/Linux/scripts/ThirdParty-install-WT.sh +++ b/Linux/scripts/ThirdParty-install-WT.sh @@ -141,13 +141,14 @@ then cmake -G"Unix Makefiles" -H$sourcesDir/$libname -B$dirInstall/ ##cmake -G"CodeBlocks - Unix Makefiles" -H$sourcesDir/$libname -B$dirInstall/ cmake -D CMAKE_BUILD_TYPE:STRING=$buildType -D CMAKE_INSTALL_PREFIX:PATH=$installPrefixThird CMakeCache.txt - cmake -D LIB_INSTALL_DIR:PATH=lib/$libname -D ENABLE_EXT:BOOL=true CMakeCache.txt + cmake -D LIB_INSTALL_DIR:PATH=lib/$libname -D ENABLE_EXT:BOOL=true ENABLE_MYSQL:BOOL=false CMakeCache.txt + cmake -D BUILD_TESTS:BOOL=false CMakeCache.txt # if [ $OperatingSystem = "MacOS" ] # then # ### # fi make -j $corenumber - make install + su -c 'make install' cd .. fi