Skip to content

Commit

Permalink
apply formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Dec 19, 2024
1 parent 7d0e83d commit a41ea3c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cmake/SundialsDeprecated.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,11 @@ if(SUNDIALS_TEST_UNITTESTS)
endif()

if(SUNDIALS_CALIPER_OUTPUT_DIR)
message(DEPRECATION "The CMake option SUNDIALS_CALIPER_OUTPUT_DIR is deprecated. "
"Use SUNDIALS_TEST_CALIPER_OUTPUT_DIR and SUNDIALS_BENCHMARK_CALIPER_OUTPUT_DIR instead.")
message(
DEPRECATION
"The CMake option SUNDIALS_CALIPER_OUTPUT_DIR is deprecated. "
"Use SUNDIALS_TEST_CALIPER_OUTPUT_DIR and SUNDIALS_BENCHMARK_CALIPER_OUTPUT_DIR instead."
)
set(SUNDIALS_TEST_CALIPER_OUTPUT_DIR
${SUNDIALS_TEST_CALIPER_OUTPUT_DIR}
CACHE PATH "Location to write test caliper files" FORCE)
Expand Down

0 comments on commit a41ea3c

Please sign in to comment.