Skip to content

Commit 5b98d24

Browse files
committed
Merge pull request #14 from thewtex/LinkingMacro
BUG: Use the ITK modularization linking macro for the generated library.
2 parents e6f882a + 062a5f9 commit 5b98d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ itkIterateNeighborhoodOptimizer.cxx
33
)
44

55
add_library(MinimalPathExtraction ${MinimalPathExtraction_SRC})
6-
target_link_libraries(MinimalPathExtraction ${ITKOptimizers_LIBRARIES})
6+
itk_module_link_dependencies()
77
itk_module_target(MinimalPathExtraction)

0 commit comments

Comments
 (0)