Skip to content

Commit

Permalink
Merge branch 'feature/error-handling-staging' into feature/error-hand…
Browse files Browse the repository at this point in the history
…ling-kinsol
  • Loading branch information
balos1 committed Dec 11, 2023
2 parents 0ea2be3 + 6cf51c1 commit ffb693d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/SundialsSetupTesting.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ endif()

# Check if unit tests are enabled
if(SUNDIALS_TEST_UNITTESTS AND SUNDIALS_TEST_ENABLE_GTEST)
find_package(GTest)
# find_package(GTest)
if(NOT (TARGET GTest::gtest_main OR TARGET GTest::Main))
include(FetchContent)
FetchContent_Declare(
Expand Down

0 comments on commit ffb693d

Please sign in to comment.