Skip to content

ENH: Use modern ITK interface libraries for executables#53

Open
blowekamp wants to merge 1 commit intomainfrom
modernize-cmake-interface-libraries
Open

ENH: Use modern ITK interface libraries for executables#53
blowekamp wants to merge 1 commit intomainfrom
modernize-cmake-interface-libraries

Conversation

@blowekamp
Copy link
Member

Replace module-scoped LesionSizingToolkit_LIBRARIES with ITK::LesionSizingToolkitModule interface library for all executables.

The behavior of {module}_LIBRARIES has changed to only include libraries produced by the module itself, not dependencies. Using the interface library ensures proper dependency linking for all executables.

Replace module-scoped LesionSizingToolkit_LIBRARIES with ITK::LesionSizingToolkitModule
interface library. The behavior of {module}_LIBRARIES has changed to only include
libraries produced by the module itself, not dependencies. Using the interface library
ensures proper dependency linking.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants