Skip to content

Commit

Permalink
Don't require CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
szellmann committed Dec 9, 2024
1 parent 65790d5 commit 4190e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/nanovdb/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
project(vsnray_nanovdb LANGUAGES CXX CUDA)
project(vsnray_nanovdb LANGUAGES CXX)
add_library(${PROJECT_NAME} INTERFACE)
target_include_directories(${PROJECT_NAME} INTERFACE ${CMAKE_CURRENT_LIST_DIR}/..)

0 comments on commit 4190e86

Please sign in to comment.