]> Creatis software - clitk.git/blobdiff - superbuild/CMakeLists.txt
Remove itk filter which is now inside itk
[clitk.git] / superbuild / CMakeLists.txt
index 08e85ed57bfa9cadd8196441220f5b4cc067ce80..df237735199d9f4b85e38aecd2708c94bdd79ea8 100644 (file)
@@ -62,6 +62,7 @@ ExternalProject_Add(
                                                   -no-libtiff
                                                   -no-libjpeg
                                                   -no-libmng
+                                                  -no-glib
   INSTALL_COMMAND ""
 )
 SET(qmake_executable "${build_prefix}/QT/bin/qmake")
@@ -150,7 +151,6 @@ ExternalProject_Add(
   DEPENDS QT VTK ITK
   SOURCE_DIR ${source_prefix}/vv
   GIT_REPOSITORY git://git.creatis.insa-lyon.fr/clitk
-  GIT_TAG v1.3.0
   INSTALL_COMMAND ${MAKE_COMMAND} package
   CMAKE_ARGS
     -DQT_QMAKE_EXECUTABLE:FILEPATH=${qmake_executable}