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
e4645160
Commit
e4645160
authored
Oct 27, 2020
by
Jörg Mensmann
Browse files
Add new libnvindex_builtins library to NVIDIA IndeX plugin installation.
parent
1155bbcd
Changes
2
Hide whitespace changes
Inline
Side-by-side
projects/unix/paraview.bundle.unix.cmake
View file @
e4645160
...
...
@@ -131,6 +131,10 @@ if (nvidiaindex_enabled)
nvindex
nvrtc-builtins
)
if
(
nvidiaindex_SOURCE_SELECTION STREQUAL
"5.9"
)
list
(
APPEND nvidiaindex_libraries nvindex_builtins
)
endif
()
foreach
(
nvidiaindex_library IN LISTS nvidiaindex_libraries
)
file
(
GLOB lib_filenames
RELATIVE
"
${
superbuild_install_location
}
/lib"
...
...
projects/win32/paraview.bundle.cmake
View file @
e4645160
...
...
@@ -91,6 +91,7 @@ if (nvidiaindex_enabled)
elseif
(
nvidiaindex_SOURCE_SELECTION STREQUAL
"2.4"
)
list
(
APPEND nvidiaindex_libraries nvrtc-builtins64_102
)
elseif
(
nvidiaindex_SOURCE_SELECTION STREQUAL
"5.9"
)
list
(
APPEND nvidiaindex_libraries libnvindex_builtins
)
list
(
APPEND nvidiaindex_libraries nvrtc-builtins64_102
)
else
()
message
(
FATAL_ERROR
...
...
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