projects
/
occt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
0025244: CMake building procedure should support VTK usage
[occt.git]
/
adm
/
templates
/
custom.sh.in
diff --git
a/adm/templates/custom.sh.in
b/adm/templates/custom.sh.in
index
156b242
..
e5e0b89
100644
(file)
--- a/
adm/templates/custom.sh.in
+++ b/
adm/templates/custom.sh.in
@@
-8,6
+8,7
@@
if [ "$COMPILER" == "@COMPILER@" ]; then
export FREEIMAGE_DIR="@3RDPARTY_FREEIMAGE_LIBRARY_DIR@"
export GL2PS_DIR="@3RDPARTY_GL2PS_LIBRARY_DIR@"
export TBB_DIR="@3RDPARTY_TBB_LIBRARY_DIR@"
+ export VTK_DIR="@3RDPARTY_VTK_LIBRARY_DIR@"
fi
fi
fi