File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1- project ( MinimalPathExtraction )
2- set ( MinimalPathExtraction_LIBRARIES MinimalPathExtraction )
3- itk_module_impl()
1+ cmake_minimum_required (VERSION 2.8.9)
2+ project (MinimalPathExtraction)
3+ set (MinimalPathExtraction_LIBRARIES MinimalPathExtraction)
4+
5+ if (NOT ITK_SOURCE_DIR)
6+ find_package (ITK REQUIRED)
7+ list (APPEND CMAKE_MODULE_PATH ${ITK_CMAKE_DIR} )
8+ include (ITKModuleExternal)
9+ else ()
10+ itk_module_impl()
11+ endif ()
Original file line number Diff line number Diff line change 1+ set (CTEST_PROJECT_NAME "ITK" )
2+ set (CTEST_NIGHTLY_START_TIME "1:00:00 UTC" )
3+
4+ set (CTEST_DROP_METHOD "http" )
5+ set (CTEST_DROP_SITE "open.cdash.org" )
6+ set (CTEST_DROP_LOCATION "/submit.php?project=Insight" )
7+ set (CTEST_DROP_SITE_CDASH TRUE )
You can’t perform that action at this time.
0 commit comments