Skip to content

Commit 0423f87

Browse files
author
wsh
committed
Partially revert previous changes and correct the regular expression that mistakenly converted “120” to “1.20”.
1 parent aa9d96f commit 0423f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ if(GPU_RUNTIME STREQUAL "CUDA")
8787
endif()
8888
if(NOT OPENSPLAT_MAX_CUDA_COMPATIBILITY)
8989
if(NOT CMAKE_CUDA_ARCHITECTURES)
90-
SET(CMAKE_CUDA_ARCHITECTURES 70;75;80;120)
90+
SET(CMAKE_CUDA_ARCHITECTURES 70;75;80)
9191
endif()
9292
else()
9393
# Build for maximum compatibility

0 commit comments

Comments
 (0)