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
Utkarsh Ayachit
ParaView-Superbuild
Commits
a030990d
Commit
a030990d
authored
Dec 05, 2016
by
Ben Boeckel
⛰
Browse files
paraview: add a comment to the fixup cmake step
parent
5b817af7
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/paraview.cmake
View file @
a030990d
...
...
@@ -183,11 +183,12 @@ if (paraview_install_development_files)
find_program
(
SED_EXECUTABLE sed
)
mark_as_advanced
(
SED_EXECUTABLE
)
if
(
SED_EXECUTABLE
)
superbuild_project_add_step
(
"fixupcmakepaths"
superbuild_project_add_step
(
"fixup
-
cmake
-
paths"
COMMAND
"
${
CMAKE_COMMAND
}
"
-Dinstall_location:PATH=<INSTALL_DIR>
-Dparaview_version:STRING=
${
paraview_version
}
-P
"
${
CMAKE_CURRENT_LIST_DIR
}
/scripts/paraview.fixupcmakepaths.cmake"
COMMENT
"Fixing paths in generated CMake files for packaging."
DEPENDEES install
WORKING_DIRECTORY <INSTALL_DIR>
)
endif
()
...
...
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