From 4063e98752cc663f4d99d74c8c76d07e907bee91 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 16 Sep 2017 17:29:26 -0400 Subject: [PATCH] Reword the description of SUNDIALS_INCLUDE_DIRS. --- cmake/modules/FindSUNDIALS.cmake | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/cmake/modules/FindSUNDIALS.cmake b/cmake/modules/FindSUNDIALS.cmake index e6e1d5496e..e493a7de8f 100644 --- a/cmake/modules/FindSUNDIALS.cmake +++ b/cmake/modules/FindSUNDIALS.cmake @@ -24,15 +24,15 @@ # SUNDIALS_LIB_SER # SUNDIALS_INCLUDE_DIR # -# Note that, unlike most other packages, SUNDIALS headers are typically -# installed in multiple directories; for example, a typical system installation -# may distribute the headers in the following way: +# Note that sundials headers are typically installed in several directories, +# e.g., # -# /usr/include/ida/ida.h -# /usr/include/kinsol/kinsol.h -# /usr/include/sundials/sundials_nvector.h +# /prefix/include/ida/ida.h +# /prefix/include/kinsol/kinsol.h +# /prefix/include/sundials/sundials_nvector.h # -# so, in this case, SUNDIALS_INCLUDE_DIR would just be /usr/include/. +# Here SUNDIALS_INCLUDE_DIR is just '/prefix/include/', not +# '/prefix/include/sundials/'. SET(SUNDIALS_DIR "" CACHE PATH "An optional hint to a SUNDIALS_DIR installation") SET_IF_EMPTY(SUNDIALS_DIR "$ENV{SUNDIALS_DIR}") -- 2.39.5