Skip to content

Commit

Permalink
Fixes #567: We now alias the driver-and-runtime to runtime-and-driver…
Browse files Browse the repository at this point in the history
… target (so that one can safely confuse them)
  • Loading branch information
Eyal Rozenberg committed Jan 2, 2024
1 parent 3e70dd4 commit ef6d514
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 @@ -61,6 +61,7 @@ foreach(wrapper_lib ${targets})
WINDOWS_EXPORT_ALL_SYMBOLS ON
)
endforeach()
add_library("${caw_namespace}::driver-and-runtime" runtime-and-driver)
target_link_libraries(caw_rtc INTERFACE cuda-api-wrappers::runtime-and-driver CUDA::nvrtc)
if(CUDAToolkit_VERSION VERSION_GREATER_EQUAL 11.1)
if (TARGET CUDA::nvptxcompiler)
Expand Down

0 comments on commit ef6d514

Please sign in to comment.