• Home
  • Raw
  • Download

Lines Matching +full:cmake +full:- +full:minimum

8 #    https://www.apache.org/licenses/LICENSE-2.0
21 # The IDE folder for Abseil that will be used if Abseil is included in a CMake
37 # CMake function to imitate Bazel's cc_library rule.
104 # Check if this is a header-only library
106 # 16.04 LTS) only come with cmake 3.5 by default. For this reason, we can't
122 # 1. "dll" -- This target is part of the DLL
123 # 2. "dll_dep" -- This target is not part of the DLL, but depends on the DLL.
128 # 3. "shared" -- This is a shared library, perhaps on a non-windows platform
130 # 4. "static" -- This target does not depend on the DLL and should be built
152 # Generate a pkg-config file for every library:
171 if(${cflag} MATCHES "^(-Wno|/wd)")
174 elseif(${cflag} MATCHES "^(-W|/w[1234eo])")
176 elseif(${cflag} MATCHES "^-m")
195 Libs: -L\${libdir} ${PC_LINKOPTS} $<$<NOT:$<BOOL:${ABSL_CC_LIB_IS_INTERFACE}>>:-labsl_${_NAME}>\n\
196 Cflags: -I\${includedir}${PC_CFLAGS}\n")
205 # any depended-on-target which is contained inside the DLL is replaced
271 # Abseil libraries require C++14 as the current minimum standard. When
276 # Note: This is legacy (before CMake 3.8) behavior. Setting the
277 # target-level CXX_STANDARD property to ABSL_CXX_STANDARD (which is
281 # CXX_STANDARD_REQUIRED does guard against the top-level CMake project
289 # to have properly named lib files. This is a no-op when we are not being
298 # Generating header-only library
319 # Abseil libraries require C++14 as the current minimum standard.
320 # Top-level application CMake projects should ensure a consistent C++
344 # CMake function to imitate Bazel's cc_test rule.
431 # Abseil libraries require C++14 as the current minimum standard.
432 # Top-level application CMake projects should ensure a consistent C++
436 # Note: This is legacy (before CMake 3.8) behavior. Setting the
437 # target-level CXX_STANDARD property to ABSL_CXX_STANDARD (which is
441 # CXX_STANDARD_REQUIRED does guard against the top-level CMake project