]> Creatis software - clitk.git/blobdiff - superbuild/CMakeLists.txt
Remove verbose for travis
[clitk.git] / superbuild / CMakeLists.txt
index 988c1c1f972e57bdea40385df7ca628240010d7b..a059e4eff953acd8b59d5bb7c97d36c4da87ad4a 100644 (file)
@@ -1,6 +1,11 @@
 cmake_minimum_required(VERSION 2.8)
 cmake_policy(VERSION 2.8)
 
+
+
+message( FATAL_ERROR "This superbuild is not up to date, do not use." )
+
+
 # set a default build type if it is undefined, then make sure it goes in the cache
 if(NOT CMAKE_BUILD_TYPE)
   set(CMAKE_BUILD_TYPE Release)
@@ -50,7 +55,7 @@ endif()
 ExternalProject_Add(
   QT
   SOURCE_DIR ${source_prefix}/qt
-  GIT_REPOSITORY git://gitorious.org/qt/qt.git
+  GIT_REPOSITORY git://code.qt.io/qt/qt.git
   GIT_TAG v4.8.6
   PATCH_COMMAND ${WINPATCH}
   CONFIGURE_COMMAND ${source_prefix}/qt/configure -confirm-license