Skip to content

Commit

Permalink
Merge pull request #1067 from c64kernal/dev_cudadep
Browse files Browse the repository at this point in the history
Turn off CUDA deprecation warnings until addressed
  • Loading branch information
poljere authored Mar 4, 2019
2 parents 2534b38 + 08c04c9 commit c5ba796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ endif()
if(CUDA_FOUND)
add_definitions(
-DOPENSUBDIV_HAS_CUDA
-DCUDA_ENABLE_DEPRECATED=0
)
set(OSD_GPU TRUE)

Expand Down

0 comments on commit c5ba796

Please sign in to comment.