Skip to content

Commit

Permalink
Merge pull request #1 from Maxlo24/main
Browse files Browse the repository at this point in the history
Update Cmake files
  • Loading branch information
Maxlo24 authored Jul 27, 2022
2 parents e500e1e + e96948b commit 5c13f99
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
3 changes: 0 additions & 3 deletions ALI_CBCT/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ set(MODULE_NAME ALI_CBCT)
SlicerMacroBuildScriptedCLI(
NAME ${MODULE_NAME}
)

set(CLI_DEST "${CMAKE_BINARY_DIR}/${Slicer_CLIMODULES_BIN_DIR}")
set(CLI_SOURCE "${CMAKE_CURRENT_SOURCE_DIR}")
5 changes: 1 addition & 4 deletions ALI_IOS/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ set(MODULE_NAME ALI_IOS)

SlicerMacroBuildScriptedCLI(
NAME ${MODULE_NAME}
)

set(CLI_DEST "${CMAKE_BINARY_DIR}/${Slicer_CLIMODULES_BIN_DIR}")
set(CLI_SOURCE "${CMAKE_CURRENT_SOURCE_DIR}")
)
6 changes: 1 addition & 5 deletions AMASSS_CLI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
#-----------------------------------------------------------------------------
set(MODULE_NAME AMASSS_CLI)

SEMMacroBuildCLI(
SlicerMacroBuildScriptedCLI(
NAME ${MODULE_NAME}
)


set(CLI_DEST "${CMAKE_BINARY_DIR}/${Slicer_CLIMODULES_BIN_DIR}")
set(CLI_SOURCE "${CMAKE_CURRENT_SOURCE_DIR}")

0 comments on commit 5c13f99

Please sign in to comment.