From a8838a8acac6310b7dec42bdb97efaa021f09b6d Mon Sep 17 00:00:00 2001 From: "David J. Gardner" Date: Wed, 18 Dec 2024 20:12:06 -0800 Subject: [PATCH] fix typo --- cmake/SundialsDeprecated.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/SundialsDeprecated.cmake b/cmake/SundialsDeprecated.cmake index bc507ff510..33ab94ef43 100644 --- a/cmake/SundialsDeprecated.cmake +++ b/cmake/SundialsDeprecated.cmake @@ -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)