Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
33749ef4
Commit
33749ef4
authored
Aug 30, 2005
by
Andy Cedilnik
Browse files
ENH: Only link TK if tk is enabled
parent
8e3845fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
33749ef4
...
...
@@ -1069,7 +1069,9 @@ MACRO (VTK_INCLUDE_TCL_TK_MODULES)
# The tcl library needs the math library on unix.
SET
(
VTK_TCL_LIBRARIES
${
VTK_TCL_LIBRARIES
}
m
)
ENDIF
(
UNIX
)
SET
(
VTK_TK_LIBRARIES
${
TK_LIBRARY
}
${
VTK_TCL_LIBRARIES
}
)
IF
(
VTK_USE_TK
)
SET
(
VTK_TK_LIBRARIES
${
TK_LIBRARY
}
${
VTK_TCL_LIBRARIES
}
)
ENDIF
(
VTK_USE_TK
)
INCLUDE
(
${
VTK_SOURCE_DIR
}
/CMake/vtkTclTkMacros.cmake
)
# Hide useless settings provided by FindTCL.
FOREACH
(
entry
...
...
Write
Preview
Supports
Markdown
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