Skip to content

Commit

Permalink
add_library --> kp_add_library
Browse files Browse the repository at this point in the history
Changing add_library to kp_add_library for kernel_filter
  • Loading branch information
vlkale authored Aug 17, 2023
1 parent bab216d commit 62f2918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/kernel-filter/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
add_library(kp_kernel_filter ${KOKKOSTOOLS_LIBRARY_MODE} kp_kernel_filter.cpp)
kp_add_library(kp_kernel_filter ${KOKKOSTOOLS_LIBRARY_MODE} kp_kernel_filter.cpp)

0 comments on commit 62f2918

Please sign in to comment.