Browse Source

COMP: Updated CMake driver script to consider the new git repository

Changed from github.com/pieper to github.com/commontk
Jean-Christophe Fillion-Robin 15 years ago
parent
commit
1f1e64b662
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMake/ctkDashboardDriverScript.cmake

+ 1 - 1
CMake/ctkDashboardDriverScript.cmake

@@ -95,7 +95,7 @@ if(empty_binary_directory)
 endif()
 
 if(NOT EXISTS "${CTEST_SOURCE_DIRECTORY}")
-  set(CTEST_CHECKOUT_COMMAND "${CTEST_GIT_COMMAND} clone http://github.com/pieper/CTK.git ${CTEST_SOURCE_DIRECTORY}")
+  set(CTEST_CHECKOUT_COMMAND "${CTEST_GIT_COMMAND} clone http://github.com/commontk/CTK.git ${CTEST_SOURCE_DIRECTORY}")
 endif()
 
 set(CTEST_UPDATE_COMMAND "${CTEST_GIT_COMMAND}")