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
fdadb4b4
Commit
fdadb4b4
authored
Apr 21, 2011
by
David Partyka
Browse files
Set VTK_LIBRARIES global property as a variable to be configured.
Change-Id: I380534dc6568fd5a9697c37ed7ce369e618bf06a
parent
55a67b27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Utilities/LastConfigureStep/CMakeLists.txt
View file @
fdadb4b4
...
...
@@ -12,7 +12,7 @@
GET_PROPERTY
(
VTK_TARGETS GLOBAL PROPERTY VTK_TARGETS
)
EXPORT
(
TARGETS
${
VTK_TARGETS
}
FILE
${
VTK_BINARY_DIR
}
/
${
VTK_INSTALL_EXPORT_NAME
}
.cmake
)
INSTALL
(
EXPORT
${
VTK_INSTALL_EXPORT_NAME
}
DESTINATION
${
VTK_INSTALL_LIB_DIR_CM24
}
)
GET_PROPERTY
(
VTK_LIBRARIES GLOBAL PROPERTY VTK_LIBRARIES
)
#-----------------------------------------------------------------------------
# Create the VTKConfig.cmake file containing the VTK configuration.
# Since it might generate configuration file depending
...
...
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