Skip to content

Commit

Permalink
Log location of local testing data directories
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 committed Sep 10, 2024
1 parent b395ea5 commit 172480c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ if(NOT DEFINED ENV{MRTRIX_BINARIES_DATA_DIR})
set(mrtrix_binaries_data_url "https://github.com/mrtrix3/test_data.git")
else()
set(mrtrix_binaries_data_url $ENV{MRTRIX_BINARIES_DATA_DIR})
message(STATUS "Using binaries data from $ENV{MRTRIX_BINARIES_DATA_DIR}")
endif()

if(NOT DEFINED ENV{MRTRIX_SCRIPTS_DATA_DIR})
set(mrtrix_scripts_data_url "https://github.com/mrtrix3/script_test_data.git")
else()
set(mrtrix_scripts_data_url $ENV{MRTRIX_SCRIPTS_DATA_DIR})
message(STATUS "Using scripts data from $ENV{MRTRIX_SCRIPTS_DATA_DIR}")
endif()

include(ExternalProject)
Expand Down

0 comments on commit 172480c

Please sign in to comment.