-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1335f86
commit 965f7d4
Showing
1 changed file
with
13 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Manually add the include directory of VTK | ||
dirty fix for issue https://github.com/InsightSoftwareConsortium/ITK/issues/4375 | ||
author: Alex Domingo (Vrije Universiteit Brussel) | ||
--- Wrapping/CMakeLists.txt.orig 2023-12-21 13:41:44.845008000 +0100 | ||
+++ Wrapping/CMakeLists.txt 2023-12-21 13:42:14.794328946 +0100 | ||
@@ -112,6 +112,7 @@ | ||
############################################################################### | ||
# Configure specific wrapper modules | ||
############################################################################### | ||
+include_directories("$ENV{EBROOTVTK}/include/vtk-9.2/") | ||
|
||
unset(WRAP_ITK_MODULES CACHE) | ||
|