Home | History | Annotate | Download | only in cmake

Lines Matching full:cxsparse

32 # FindCXSparse.cmake - Find CXSparse libraries & dependencies.
37 # CXSPARSE_FOUND: TRUE iff CXSparse and all dependencies have been found.
38 # CXSPARSE_INCLUDE_DIRS: Include directories for CXSparse.
39 # CXSPARSE_LIBRARIES: Libraries for CXSparse and all dependencies.
49 # search for CXSparse includes,
52 # search for CXSparse libraries, e.g: /timbuktu/lib.
65 # CXSPARSE_INCLUDE_DIR: Include directory for CXSparse, not including the
67 # CXSPARSE_LIBRARY: CXSparse library, not including the libraries of any
70 # Called if we failed to find CXSparse or any of it's required dependencies,
77 # Make results of search visible in the CMake GUI if CXSparse has not
84 MESSAGE(STATUS "Failed to find CXSparse - " ${REASON_MSG} ${ARGN})
86 MESSAGE(FATAL_ERROR "Failed to find CXSparse - " ${REASON_MSG} ${ARGN})
90 MESSAGE("-- Failed to find CXSparse - " ${REASON_MSG} ${ARGN})
97 # TODO: Add standard Windows search locations for CXSparse.
118 "Could not find CXSparse include directory, set CXSPARSE_INCLUDE_DIR "
123 FIND_LIBRARY(CXSPARSE_LIBRARY NAMES cxsparse
129 "Could not find CXSparse library, set CXSPARSE_LIBRARY "
138 # Extract CXSparse version from cs.h
144 "containing version information in CXSparse install located at: "
172 # we would report CXSparse as found.
173 # TODO: This regex for CXSparse library is pretty primitive, we use lowercase
179 NOT "${LOWERCASE_CXSPARSE_LIBRARY}" MATCHES ".*cxsparse[^/]*")
182 "${CXSPARSE_LIBRARY} does not match CXSparse.")
185 NOT "${LOWERCASE_CXSPARSE_LIBRARY}" MATCHES ".*cxsparse[^/]*")
195 FIND_PACKAGE_HANDLE_STANDARD_ARGS(CXSparse
199 # Only mark internal variables as advanced if we found CXSparse, otherwise