Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Steward
VTK
Commits
14c2b801
Commit
14c2b801
authored
21 years ago
by
Ken Martin
Browse files
Options
Downloads
Patches
Plain Diff
revision change
parent
a4dc7b44
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+7
-7
7 additions, 7 deletions
CMakeLists.txt
with
7 additions
and
7 deletions
CMakeLists.txt
+
7
−
7
View file @
14c2b801
...
...
@@ -9,7 +9,7 @@ IF("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" GREATER 1.7)
# VTK version number. An even minor number corresponds to releases.
SET
(
VTK_MAJOR_VERSION 4
)
SET
(
VTK_MINOR_VERSION 4
)
SET
(
VTK_BUILD_VERSION
0
)
SET
(
VTK_BUILD_VERSION
1
)
SET
(
VTK_VERSION
"
${
VTK_MAJOR_VERSION
}
.
${
VTK_MINOR_VERSION
}
.
${
VTK_BUILD_VERSION
}
"
)
...
...
@@ -599,11 +599,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
)
...
...
@@ -629,7 +629,7 @@ IF(VTK_WRAP_TCL)
IF
(
TCL_TK_STATIC AND WIN32
)
IF
(
TK_LIBRARY MATCHES tk84
)
SET
(
TRY_TK_RESOURCE_FILE_IN
SET
(
TRY_TK_RESOURCE_FILE_IN
${
VTK_SOURCE_DIR
}
/Rendering/tkInternals/tk84/win/rc
)
ENDIF
(
TK_LIBRARY MATCHES tk84
)
FIND_FILE
(
TK_RESOURCE_FILE tk.rc
${
TRY_TK_RESOURCE_FILE_IN
}
DOC
"The resource file required to add the proper resources to a static Tk build"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment