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")