From 17c5e9eacd98e0a199395b6755f8fe2970752098 Mon Sep 17 00:00:00 2001 From: ncullen93 Date: Wed, 8 May 2024 14:12:41 +0200 Subject: [PATCH] add scripts --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4e98081..8b79cb7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,8 +16,8 @@ find_package(nanobind CONFIG REQUIRED) # TODO: make this handle different OS either here or within the configure script # TODO: move this outside of CMakeLists.txt like in the old antspy (issue: how to run scripts from pyproject.toml?) # otherwise you have to comment it out during development -#execute_process(COMMAND bash ${PROJECT_SOURCE_DIR}/scripts/configure_ITK.sh) -#execute_process(COMMAND bash ${PROJECT_SOURCE_DIR}/scripts/configure_ANTs.sh) +execute_process(COMMAND bash ${PROJECT_SOURCE_DIR}/scripts/configure_ITK.sh) +execute_process(COMMAND bash ${PROJECT_SOURCE_DIR}/scripts/configure_ANTs.sh) # ITK set(ITK_DIR "./itkbuild")