Skip to content

Commit

Permalink
Merge pull request #1635 from bartlettroscoe/tribits-429-include-dirs
Browse files Browse the repository at this point in the history
KokkosKernels: Use KOKKOSKERNELS_INCLUDE_DIRECTORIES() (TriBITSPub/TriBITS#429)
  • Loading branch information
ndellingwood authored Jan 27, 2023
2 parents 3478473 + b49d7c2 commit 7ea79ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if (KokkosKernels_ENABLE_PERFTESTS)
#Gtest minimally requires C++ 11
TARGET_COMPILE_FEATURES(kokkoskernelsperf_gtest PUBLIC cxx_std_11)

include_directories(sparse)
KOKKOSKERNELS_INCLUDE_DIRECTORIES(sparse)

if(Kokkos_ENABLE_TESTS_AND_PERFSUITE)
#Add RPS implementations of KK perf tests here
Expand Down

0 comments on commit 7ea79ba

Please sign in to comment.