mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2025-04-10 18:22:11 +01:00
Remove dupe target in cuda-c-linking CMakeLists.txt
This commit is contained in:
parent
24a617c043
commit
7ee6db679e
@ -34,8 +34,7 @@ if (LLVM_PACKAGE_VERSION VERSION_GREATER_EQUAL "15" OR
|
|||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
add_executable(cuda-c-linking cuda-c-linking.cpp)
|
add_executable(cuda-c-linking cuda-c-linking.cpp)
|
||||||
add_custom_target(clobber)
|
|
||||||
add_custom_target(testrun)
|
|
||||||
add_test(NAME cuda-c-linking
|
add_test(NAME cuda-c-linking
|
||||||
COMMAND cuda-c-linking
|
COMMAND cuda-c-linking
|
||||||
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}")
|
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user