Skip to content

Commit

Permalink
CMakeLists.txt: fix nesting of if's in ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale committed Mar 20, 2024
1 parent e4c4f6b commit fa33166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function(kp_add_executable_and_test)
PROPERTY
ENVIRONMENT "KOKKOS_TOOLS_LIBS=$<TARGET_FILE:${kaeat_args_KOKKOS_TOOLS_LIBS}>;"
)

endif()
endif()

if(DEFINED kaeat_args_KOKKOS_TOOLS_SAMPLER_VERBOSE)
Expand Down

0 comments on commit fa33166

Please sign in to comment.