Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Dec 19, 2024
1 parent a41ea3c commit a8838a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/SundialsDeprecated.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ endif()
if(SUNDIALS_TEST_UNITTESTS)
message(DEPRECATION "The CMake option SUNDIALS_TEST_UNITTESTS is deprecated. "
"Use SUNDIALS_TEST_ENABLE_UNIT_TESTS instead.")
set(SUNDIALS_TEST_ENABLE_DEV_TESTS
set(SUNDIALS_TEST_ENABLE_UNIT_TESTS
${SUNDIALS_TEST_UNITTESTS}
CACHE BOOL "Include units tests" FORCE)
unset(SUNDIALS_TEST_UNITTESTS)
Expand Down

0 comments on commit a8838a8

Please sign in to comment.