cmake SUNDIALS examples

AMICI-dev/AMICI CMakeLists.txt :145

find_package(SUNDIALS 7.1.1 REQUIRED CONFIG PATHS "${SUNDIALS_ROOT}/cmake/sundials/" )

LLNL/SAMRAI cmake/thirdparty/SetupSAMRAIThirdParty.cmake :179

find_package(SUNDIALS REQUIRED)

casadi/casadi CMakeLists.txt :611

find_package(SUNDIALS REQUIRED)

boutproject/BOUT-dev cmake/FindSUNDIALS.cmake :34

find_package(SUNDIALS CONFIG QUIET)

parflow/parflow CMakeLists.txt :376

find_package(SUNDIALS COMPONENTS sundials_cvode sundials_kinsol)