From be20588d16a26b4935ae08ec7a6826fa0fe370e2 Mon Sep 17 00:00:00 2001 From: ncullen93 Date: Sun, 31 Mar 2024 23:24:58 +0200 Subject: [PATCH] path --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 64e17f38..90dfba97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)