forked from InsightSoftwareConsortium/ITK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: vtkglue: fix compilation and object factories with 8.90
- Loading branch information
Showing
5 changed files
with
18 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,10 @@ visualization of the level-sets.") | |
itk_module( ITKLevelSetsv4Visualization | ||
DEPENDS | ||
ITKLevelSetsv4 | ||
ITKVtkGlue | ||
ITKVTK | ||
ITKVtkGlue # Not necessary; `find_package(VTK)` needs done however | ||
This comment has been minimized.
Sorry, something went wrong.
mathstuf
Author
Owner
|
||
TEST_DEPENDS | ||
ITKVTK | ||
ITKTestKernel | ||
EXCLUDE_FROM_DEFAULT | ||
DESCRIPTION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 comment
on commit 63e26fa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The above commented block is still necessary. This is what it needs to end up with for 8.90. 8.2 probably needs
_INCLUDE_DIRS
extracted too.