mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-20 14:58:54 +00:00
Drop support for MSVC.
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
if ("MSVC" STREQUAL "${CMAKE_CXX_COMPILER_ID}")
|
||||
# There's a bug that prevents build-and-test from working on MSVC.
|
||||
# See NVIDIA/nvbench#43.
|
||||
return()
|
||||
endif()
|
||||
|
||||
# Need to escape the semicolons in CUDA_ARCHITECTURES or the tests break:
|
||||
nvbench_escaped_cuda_arches(arches)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user