Kaynağa Gözat

Update dashboard template script to use driver hosted on commontk.org

See http://public.kitware.com/pipermail/ctk-developers/2010-November/000406.html
Jean-Christophe Fillion-Robin 14 yıl önce
ebeveyn
işleme
3bc831283f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      CMake/ctkDashboardScript.TEMPLATE.cmake

+ 1 - 1
CMake/ctkDashboardScript.TEMPLATE.cmake

@@ -113,7 +113,7 @@ ENDMACRO()
 #
 # Download and include dashboard driver script 
 #
-set(url http://github.com/commontk/CTK/raw/master/CMake/ctkDashboardDriverScript.cmake)
+set(url http://commontk.org/ctkDashboardDriverScript.cmake)
 set(dest ${CTEST_SCRIPT_DIRECTORY}/${CTEST_SCRIPT_NAME}.driver)
 downloadFile(${url} ${dest})
 INCLUDE(${dest})