Skip to content

Commit dc1120d

Browse files
Add newline at EOF
1 parent 79eaf3c commit dc1120d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

behavior_tests/src/cmake_dpct_target_link_libraries/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ include_directories(${CUDNN_INCLUDE_DIR})
1919
set(SOURCES
2020
${CMAKE_SOURCE_DIR}/main.dp.cpp)
2121
add_executable(foo-bar ${SOURCES})
22-
target_link_sycl_libraries(foo-bar PUBLIC CUDA::cublas cudnn)
22+
target_link_sycl_libraries(foo-bar PUBLIC CUDA::cublas cudnn)

0 commit comments

Comments
 (0)