Skip to content

Commit

Permalink
Merge pull request #68 from KitwareMedical/cmake-3-16-3
Browse files Browse the repository at this point in the history
ENH: Bump minimum CMake version to 3.16.3
  • Loading branch information
thewtex authored Jun 23, 2023
2 parents 6768826 + 3cd298d commit 461e2a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10.2)
cmake_minimum_required(VERSION 3.16.3)
project(Strain)

if(NOT ITK_SOURCE_DIR)
Expand Down
4 changes: 2 additions & 2 deletions CTestConfig.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(CTEST_PROJECT_NAME "ITK")
set(CTEST_NIGHTLY_START_TIME "1:00:00 UTC")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_METHOD "https")
set(CTEST_DROP_SITE "open.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=Insight")
set(CTEST_DROP_SITE_CDASH TRUE)
set(CTEST_DROP_SITE_CDASH TRUE)

0 comments on commit 461e2a1

Please sign in to comment.