Lines Matching +full:cmake +full:- +full:minimum
7 # http://www.apache.org/licenses/LICENSE-2.0
17 message(STATUS "Found RE2 via CMake.")
22 # because CMake fails when another target with the same name already exists.
24 message(STATUS "Found RE2 via pkg-config already?")
29 # TODO(junyer): Use the IMPORTED_TARGET option whenever CMake 3.6 (or newer)
30 # becomes the minimum required: that will take care of the add_library() and
32 # For now, we can only set INTERFACE_* properties that existed in CMake 3.5.
42 # Filter out the -std flag, which is handled by CMAKE_CXX_STANDARD.
43 # TODO(junyer): Use the FILTER option whenever CMake 3.6 (or newer)
44 # becomes the minimum required: that will allow this to be concise.
46 if("${flag}" MATCHES "^-std=")
57 message(STATUS "Found RE2 via pkg-config.")