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
LidarView
LidarView-Superbuild
Commits
89fba23f
Commit
89fba23f
authored
Jan 13, 2015
by
Casey Goodlett
Browse files
Fix install bundle for paraview 4.3
parent
68c2e62b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Projects/unix/veloview.bundle.cmake
View file @
89fba23f
...
...
@@ -3,7 +3,7 @@ include(CPack)
# install all ParaView's shared libraries.
install
(
DIRECTORY
"
${
install_location
}
/lib/paraview-
4.2
"
install
(
DIRECTORY
"
${
install_location
}
/lib/paraview-
${
PARAVIEW_VERSION
}
"
DESTINATION
"lib"
USE_SOURCE_PERMISSIONS
COMPONENT superbuild
)
...
...
Projects/win32/veloview.bundle.cmake
View file @
89fba23f
...
...
@@ -47,7 +47,7 @@ if (python_ENABLED AND NOT USE_SYSTEM_python)
endif
()
# install paraview python modules and others.
install
(
DIRECTORY
"
${
install_location
}
/lib/paraview-
4.2
"
install
(
DIRECTORY
"
${
install_location
}
/lib/paraview-
${
PARAVIEW_VERSION
}
"
DESTINATION
"lib"
USE_SOURCE_PERMISSIONS
COMPONENT
${
AppName
}
...
...
versions.cmake
View file @
89fba23f
...
...
@@ -26,6 +26,7 @@ add_revision(pythonqt
GIT_REPOSITORY git://github.com/commontk/PythonQt.git
GIT_TAG patched-3
)
set
(
PARAVIEW_VERSION 4.3
)
add_revision
(
paraview
GIT_REPOSITORY git://github.com/Kitware/ParaView.git
GIT_TAG v4.3.0-RC1
)
...
...
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