We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a82b3f commit 23e5d6bCopy full SHA for 23e5d6b
devices/rtx/CMakeLists.txt
@@ -72,7 +72,7 @@ list(APPEND CMAKE_PREFIX_PATH ${optix_headers_LOCATION})
72
73
## Find dependencies ##
74
75
-find_package(CUDAToolkit 11.3.1 REQUIRED)
+find_package(CUDAToolkit 12.0.0 REQUIRED)
76
find_package(OptiX REQUIRED)
77
if(VISRTX_ENABLE_MDL_SUPPORT)
78
find_package(MDL_SDK REQUIRED)
0 commit comments