Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed Mar 31, 2024
1 parent f2abd9d commit be20588
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ 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}")
message("My test's working directory: ${CMAKE_CURRENT_LIST_DIR}")

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

0 comments on commit be20588

Please sign in to comment.