Skip to content

Commit

Permalink
Merge pull request #2053 from cwpearson/enhancement/perf_tests-withou…
Browse files Browse the repository at this point in the history
…t-tests

Allow `KokkosKernels_ENABLE_PERFTESTS=ON` to build `perf_test` without `KokkosKernels_ENABLE_TESTS=ON`
  • Loading branch information
lucbv authored Dec 6, 2023
2 parents ca0b810 + 745a7b2 commit f0d9835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ ELSE()
IF (KOKKOSKERNELS_ALL_COMPONENTS_ENABLED)
IF (KokkosKernels_ENABLE_PERFTESTS)
MESSAGE(STATUS "Enabling perf tests.")
KOKKOSKERNELS_ADD_TEST_DIRECTORIES(perf_test)
add_subdirectory(perf_test) # doesn't require KokkosKernels_ENABLE_TESTS=ON
ENDIF ()
IF (KokkosKernels_ENABLE_EXAMPLES)
MESSAGE(STATUS "Enabling examples.")
Expand Down

0 comments on commit f0d9835

Please sign in to comment.