Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ecpcitest
vtk-m
Commits
3dc5c49b
Commit
3dc5c49b
authored
Mar 03, 2004
by
Ken Martin
Browse files
update version
parent
87be5a72
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3dc5c49b
...
...
@@ -10,7 +10,7 @@ IF("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" GREATER 1.5)
# VTK version number. An even minor number corresponds to releases.
SET
(
VTK_MAJOR_VERSION 4
)
SET
(
VTK_MINOR_VERSION 2
)
SET
(
VTK_BUILD_VERSION
5
)
SET
(
VTK_BUILD_VERSION
6
)
SET
(
VTK_VERSION
"
${
VTK_MAJOR_VERSION
}
.
${
VTK_MINOR_VERSION
}
.
${
VTK_BUILD_VERSION
}
"
)
...
...
@@ -486,11 +486,11 @@ IF(VTK_WRAP_TCL)
# Hide useless settings provided by FindTCL.
FOREACH
(
entry TCL_LIBRARY_DEBUG
TK_LIBRARY_DEBUG
TCL_STUB_LIBRARY
TCL_STUB_LIBRARY_DEBUG
TK_STUB_LIBRARY
TK_STUB_LIBRARY_DEBUG
TK_LIBRARY_DEBUG
TCL_STUB_LIBRARY
TCL_STUB_LIBRARY_DEBUG
TK_STUB_LIBRARY
TK_STUB_LIBRARY_DEBUG
TK_WISH
)
SET
(
${
entry
}
"
${${
entry
}}
"
CACHE INTERNAL
"This value is not used by VTK."
)
ENDFOREACH
(
entry
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment