X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaToolsTools.git;a=blobdiff_plain;f=Linux%2Fscripts%2FThirdParty-install-gdcm.sh;h=3ede261d24e760b1af9338e6d12566dda32d11d6;hp=9445e2b6c35e1156f7e8b357df43b0a9c0ee881a;hb=c5351cccaed613ac35c2b210140eedef72c616c1;hpb=0718daf4f3ec2a9ee1a8b201352d9bf4b2b132fa diff --git a/Linux/scripts/ThirdParty-install-gdcm.sh b/Linux/scripts/ThirdParty-install-gdcm.sh index 9445e2b..3ede261 100644 --- a/Linux/scripts/ThirdParty-install-gdcm.sh +++ b/Linux/scripts/ThirdParty-install-gdcm.sh @@ -131,8 +131,8 @@ then cmake -D VTK_DIR:PATH=$VTK_DIR CMakeCache.txt cmake -D GDCM_VTK:BOOL=ON -D GDCM_NAME_SPACE:STRING=gdcm13 CMakeCache.txt cmake -D CMAKE_CXX_FLAGS:STRING='-std=c++03' CMakeCache.txt - make -j - make install + make -j $corenumber + make -j $corenumber install cd .. fi