X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=superbuild%2FCMakeLists.txt;fp=superbuild%2FCMakeLists.txt;h=c1ddf50ec3afd2f855b187a6c874e806ad491d0b;hb=7062d127d8996134c54232cc63179cdb7b3b4a4a;hp=a3d5dfe7fb0151d82618ea1aa77668244706c9f3;hpb=e29416b325ace3497929a9adfcf297845b4ecae4;p=clitk.git diff --git a/superbuild/CMakeLists.txt b/superbuild/CMakeLists.txt index a3d5dfe..c1ddf50 100644 --- a/superbuild/CMakeLists.txt +++ b/superbuild/CMakeLists.txt @@ -109,7 +109,7 @@ SET(VTK_DIR ${build_prefix}/VTK) GDCM SOURCE_DIR ${source_prefix}/gdcm GIT_REPOSITORY git://git.code.sf.net/p/gdcm/gdcm - GIT_TAG v2.2.3 + GIT_TAG v2.2.4 INSTALL_COMMAND "" CMAKE_ARGS -DQT_QMAKE_EXECUTABLE:FILEPATH=${qmake_executable} @@ -175,7 +175,8 @@ ExternalProject_Add( DEPENDS QT VTK ITK GDCM SOURCE_DIR ${source_prefix}/vv GIT_REPOSITORY git://git.creatis.insa-lyon.fr/clitk - INSTALL_COMMAND ${MAKE_COMMAND} package + INSTALL_DIR ${install_prefix} + INSTALL_COMMAND make install CMAKE_ARGS -DQT_QMAKE_EXECUTABLE:FILEPATH=${qmake_executable} -DGDCM_DIR:PATH=${GDCM_DIR}