From 4c241a202eb9ca8fc75eedd769ce9c738cc6829d Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Thu, 7 Mar 2024 14:42:15 -0500 Subject: [PATCH] CMakeLists.txt: put in test for kernel logger --- tests/sampler/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sampler/CMakeLists.txt b/tests/sampler/CMakeLists.txt index 525152260..c0d880f48 100644 --- a/tests/sampler/CMakeLists.txt +++ b/tests/sampler/CMakeLists.txt @@ -1,5 +1,5 @@ kp_add_executable_and_test( TARGET_NAME test_sampler_randomizedsampling SOURCE_FILE test_randomized_sampling.cpp - KOKKOS_TOOLS_LIBS kp_kokkos_sampler + KOKKOS_TOOLS_LIBS kp_kokkos_sampler kp_kernel_logger )