Skip to content

Commit 192f846

Browse files
committed
STYLE: gersemi-format SmoothingRecursiveYvvGaussianFilter src/CMakeLists.txt
1 parent 80b3bd2 commit 192f846

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • Modules/Filtering/SmoothingRecursiveYvvGaussianFilter/src

Modules/Filtering/SmoothingRecursiveYvvGaussianFilter/src/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,9 @@ if(ITK_USE_GPU)
1717
write_gpu_kernels("${GPU_Kernels}" GPU_SRC)
1818

1919
itk_module_add_library(${itk-module} ${GPU_SRC})
20-
target_link_libraries(${itk-module} ${INRIA_ITK_LIBRARIES} ${OPENCL_LIBRARIES})
20+
target_link_libraries(
21+
${itk-module}
22+
${INRIA_ITK_LIBRARIES}
23+
${OPENCL_LIBRARIES}
24+
)
2125
endif()

0 commit comments

Comments
 (0)