Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed Mar 31, 2024
1 parent cca8ab5 commit f2abd9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ find_package(Python 3.8
# Import nanobind through CMake's find_package mechanism
find_package(nanobind CONFIG REQUIRED)

get_test_property(${PROJECT_NAME} WORKING_DIRECTORY test_dir)
message("My test's working directory: ${test_dir}")

execute_process(COMMAND sh scripts/configure_ITK.sh)
execute_process(COMMAND sh scripts/configure_ANTs.sh)

Expand Down

0 comments on commit f2abd9d

Please sign in to comment.