Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ParaView
ParaView-Superbuild
Commits
1bd30a3b
Commit
1bd30a3b
authored
Apr 30, 2019
by
Chuck Atkins
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SDK: Adjust the SDK bundling for dropping forward executables
parent
a3a1ddd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
projects/unix/paraviewsdk.bundle.cmake
projects/unix/paraviewsdk.bundle.cmake
+1
-2
No files found.
projects/unix/paraviewsdk.bundle.cmake
View file @
1bd30a3b
...
...
@@ -25,8 +25,7 @@ install(
set
(
binaries_to_install
)
foreach
(
paraview_executable IN LISTS paraview_executables
)
list
(
APPEND binaries_to_install
"
${
superbuild_install_location
}
/bin/
${
paraview_executable
}
"
"
${
superbuild_install_location
}
/lib/
${
paraview_executable
}
"
)
"
${
superbuild_install_location
}
/bin/
${
paraview_executable
}
"
)
endforeach
()
if
(
python_enabled
)
...
...
Sebastien Jourdain
@sebastien.jourdain
mentioned in commit
5ec5af67
·
Apr 30, 2019
mentioned in commit
5ec5af67
mentioned in commit 5ec5af67492461207d69880f4d297f4a05f21c97
Toggle commit list
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