mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-28 11:48:36 -06:00
FindCUDA: Mark more cache variables as advanced
Mark variables pertaining to specific situations relevant to CUDA compilation as advanced since they are not part of normal usage.
This commit is contained in:
@@ -483,6 +483,10 @@ mark_as_advanced(
|
||||
CUDA_HOST_COMPILATION_CPP
|
||||
CUDA_NVCC_FLAGS
|
||||
CUDA_PROPAGATE_HOST_FLAGS
|
||||
CUDA_BUILD_CUBIN
|
||||
CUDA_BUILD_EMULATION
|
||||
CUDA_VERBOSE_BUILD
|
||||
CUDA_SEPARABLE_COMPILATION
|
||||
)
|
||||
|
||||
# Makefile and similar generators don't define CMAKE_CONFIGURATION_TYPES, so we
|
||||
|
||||
Reference in New Issue
Block a user