Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mathieu Westphal
ParaView-Superbuild
Commits
cf29681d
Commit
cf29681d
authored
Feb 01, 2012
by
Utkarsh Ayachit
⛰
Browse files
User's Guide won't package correctly. Fixed that.
parent
37fa59f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMake/unix/install_dependencies.cmake
View file @
cf29681d
...
...
@@ -45,6 +45,6 @@ file(INSTALL ${resolved_prerequisites}
USE_SOURCE_PERMISSIONS
)
file
(
INSTALL
DESTINATION
${
target_root
}
/../../doc
)
file
(
DOWNLOAD
${
userguide_url
}
file
(
DOWNLOAD
"http://www.paraview.org/files/v3.14/ParaViewUsersGuide.v3.14.pdf"
${
target_root
}
/../../doc/ParaViewUsersGuide.v3.14.pdf
SHOW_PROGRESS
)
versions.cmake
View file @
cf29681d
...
...
@@ -86,9 +86,6 @@ add_revision(paraview
GIT_REPOSITORY git://paraview.org/ParaView.git
GIT_TAG v3.14.0
)
set
(
userguide_url http://www.paraview.org/files/v3.14/ParaViewUsersGuide.v3.14.pdf
CACHE INTERNAL
"User's Guide"
)
#------------------------------------------------------------------------------
# Optional Plugins. Doesn't affect ParaView binaries at all even is missing
# or disabled.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment