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
bfc4c8d3
Commit
bfc4c8d3
authored
Dec 21, 2020
by
Vicente Bolea
💬
Browse files
CI: enable optix in linux-plain
Signed-off-by:
Vicente Adolfo Bolea Sanchez
<
vicente.bolea@kitware.com
>
parent
8a1c418d
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab/ci/configure_linux_plain.cmake
View file @
bfc4c8d3
set
(
ENABLE_lookingglass ON CACHE BOOL
""
)
set
(
ENABLE_fides ON CACHE BOOL
""
)
set
(
ENABLE_nvidiaoptix ON CACHE BOOL
""
)
include
(
"
${
CMAKE_CURRENT_LIST_DIR
}
/configure_common.cmake"
)
.gitlab/ci/configure_windows.cmake
View file @
bfc4c8d3
...
...
@@ -6,6 +6,7 @@ set(ENABLE_openimagedenoise OFF CACHE BOOL "")
set
(
ENABLE_openvr ON CACHE BOOL
""
)
set
(
ENABLE_visrtx ON CACHE BOOL
""
)
set
(
ENABLE_vortexfinder2 OFF CACHE BOOL
""
)
set
(
ENABLE_nvidiaoptix ON CACHE BOOL
""
)
file
(
TO_CMAKE_PATH
"$ENV{CI_PROJECT_DIR}/.gitlab/qt"
cmake_qt_prefix
)
set
(
CMAKE_PREFIX_PATH
"
${
cmake_qt_prefix
}
"
CACHE STRING
""
)
...
...
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