Skip to content

Commit

Permalink
Remove unused integration test and config files
Browse files Browse the repository at this point in the history
  • Loading branch information
naegelejd committed Nov 25, 2024
1 parent c0baaa8 commit 8cb6637
Show file tree
Hide file tree
Showing 21 changed files with 1 addition and 2,790 deletions.
5 changes: 0 additions & 5 deletions core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,5 @@ install(FILES
io/primitives.h
io/primitives.hpp
DESTINATION ${GADGETRON_INSTALL_INCLUDE_PATH}/io COMPONENT main)
install(FILES
config/distributed_default.xml
config/distributed_generic_default.xml
config/distributed_image_default.xml
DESTINATION ${GADGETRON_INSTALL_CONFIG_PATH} COMPONENT main)

set(GADGETRON_BUILD_RPATH "${CMAKE_CURRENT_BINARY_DIR};${GADGETRON_BUILD_RPATH}" PARENT_SCOPE)
111 changes: 0 additions & 111 deletions core/config/distributed_default.xml

This file was deleted.

110 changes: 0 additions & 110 deletions core/config/distributed_generic_default.xml

This file was deleted.

91 changes: 0 additions & 91 deletions core/config/distributed_image_default.xml

This file was deleted.

2 changes: 1 addition & 1 deletion gadgets/T1/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

set(gadgetron_t1_config_files config/MOLLI_T1_Moco.xml config/MOLLI_T1_Moco_istore.xml)
set(gadgetron_t1_config_files config/MOLLI_T1_Moco.xml)

source_group(config FILES ${gadgetron_t1_config_files})

Expand Down
Loading

0 comments on commit 8cb6637

Please sign in to comment.