Skip to content

Commit

Permalink
Fixed sharedforward dependency in ITK 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich committed Sep 30, 2024
1 parent 4446adf commit e4d62e2
Show file tree
Hide file tree
Showing 3 changed files with 879 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Utilities/Forwarding/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ IF(NOT WIN32 AND NOT APPLE)
SET(SNAP_FORWARD_PATH_BUILD "\"${SNAP_FORWARD_DIR_BUILD}\"")
SET(SNAP_FORWARD_PATH_INSTALL "\"${SNAP_FORWARD_DIR_INSTALL}\"")
SET(SNAP_FORWARD_EXE ${SNAP_EXE})
SET(KWSYS_NAMESPACE itksys)
CONFIGURE_FILE(
${SNAP_SOURCE_DIR}/Utilities/Forwarding/SharedForward.h.in
${CMAKE_CURRENT_BINARY_DIR}/SharedForward.h
@ONLY IMMEDIATE)
CONFIGURE_FILE(
${SNAP_SOURCE_DIR}/Utilities/Forwarding/SharedForwardExe.c.in
${CMAKE_CURRENT_BINARY_DIR}/shared-forward.c
Expand Down
Loading

0 comments on commit e4d62e2

Please sign in to comment.