Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
blender
blender-vr-interactive
Commits
b321ed7b
Commit
b321ed7b
authored
Nov 29, 2020
by
Milan Jaros
Browse files
enable cuda_custom+lib flag
parent
e934564d
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/CMakeLists.txt
View file @
b321ed7b
...
...
@@ -279,7 +279,7 @@ endif()
if
(
WITH_CLIENT_CUDA
)
find_package
(
CUDA REQUIRED
)
set
(
CUDA_BINARIES_ARCH sm_30 sm_35 sm_37 sm_50 sm_52 sm_60 sm_61 sm_70 sm_75 CACHE STRING
"CUDA architectures to build binaries for"
)
#
set(CUDA_CUSTOM_LIBRARIES "" CACHE FILEPATH "")
set
(
CUDA_CUSTOM_LIBRARIES
""
CACHE FILEPATH
""
)
endif
()
if
(
WITH_CUDA_GL_INTEROP
)
...
...
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