Lines Matching +full:no +full:- +full:control +full:- +full:regex
1 # Ceres Solver - A fast non-linear least squares minimizer
3 # http://code.google.com/p/ceres-solver/
20 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
32 # FindEigen.cmake - Find Eigen library, version >= 3.
44 # The following variables control the behaviour of this module:
53 # are NOT re-called (i.e. search for library is not repeated) if these variables
56 # or by the user passing -DVAR=VALUE directives to CMake when called (which
58 # bypassing the HINTS variables and other hard-coded search locations.
75 MESSAGE(STATUS "Failed to find Eigen - " ${REASON_MSG} ${ARGN})
77 MESSAGE(FATAL_ERROR "Failed to find Eigen - " ${REASON_MSG} ${ARGN})
79 # Neither QUIETLY nor REQUIRED, use no priority which emits a message
81 MESSAGE("-- Failed to find Eigen - " ${REASON_MSG} ${ARGN})
85 # Search user-installed locations first, so that we prefer user installs
124 STRING(REGEX MATCH "#define EIGEN_WORLD_VERSION [0-9]+"
126 STRING(REGEX REPLACE "#define EIGEN_WORLD_VERSION ([0-9]+)" "\\1"
129 STRING(REGEX MATCH "#define EIGEN_MAJOR_VERSION [0-9]+"
131 STRING(REGEX REPLACE "#define EIGEN_MAJOR_VERSION ([0-9]+)" "\\1"
134 STRING(REGEX MATCH "#define EIGEN_MINOR_VERSION [0-9]+"
136 STRING(REGEX REPLACE "#define EIGEN_MINOR_VERSION ([0-9]+)" "\\1"