Skip to content

Commit

Permalink
CMakeLists.txt: add_library to kp_add_library
Browse files Browse the repository at this point in the history
Sampler's CMakeLists.txt: add_library to kp_add_library
  • Loading branch information
vlkale authored Apr 1, 2024
1 parent b9d291b commit 1bafc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/kokkos-sampler/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
add_library(kp_kokkos_sampler ${KOKKOSTOOLS_LIBRARY_MODE} kp_sampler_skip.cpp)
kp_add_library(kp_kokkos_sampler ${KOKKOSTOOLS_LIBRARY_MODE} kp_sampler_skip.cpp)

0 comments on commit 1bafc46

Please sign in to comment.