Browse Source

COMP: Change "github.com/pieper" into "github.com/commontk" in ctkDashBoardScript.EXAMPLE.cmake

Jean-Christophe Fillion-Robin 14 years ago
parent
commit
15292f4f70
1 changed files with 3 additions and 3 deletions
  1. 3 3
      CMake/ctkDashboardScript.EXAMPLE.cmake

+ 3 - 3
CMake/ctkDashboardScript.EXAMPLE.cmake

@@ -11,8 +11,8 @@ cmake_minimum_required(VERSION 2.8)
 
 #
 # For additional information, 
-# See http://github.com/pieper/CTK/raw/master/CMake/ctkDashboardScript.EXAMPLE.cmake
-# See http://github.com/pieper/CTK/raw/master/CMake/ctkDashboardDriverScript.cmake
+# See http://github.com/commontk/CTK/raw/master/CMake/ctkDashboardScript.EXAMPLE.cmake
+# See http://github.com/commontk/CTK/raw/master/CMake/ctkDashboardDriverScript.cmake
 #
 
 #
@@ -117,7 +117,7 @@ ENDMACRO()
 #
 # Download and include dashboard driver script 
 #
-set(url http://github.com/pieper/CTK/raw/master/CMake/ctkDashboardDriverScript.cmake)
+set(url http://github.com/commontk/CTK/raw/master/CMake/ctkDashboardDriverScript.cmake)
 set(dest ${CTEST_SCRIPT_DIRECTORY}/${CTEST_SCRIPT_NAME}.driver)
 downloadFile(${url} ${dest})
 INCLUDE(${dest})