Home
last modified time | relevance | path

Searched +full:set +full:- +full:version (Results 1 – 25 of 1855) sorted by relevance

12345678910>>...75

/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DFindPackageHandleStandardArgs.cmake1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
6 -----------------------------
13 This command handles the ``REQUIRED``, ``QUIET`` and version-related
20 .. code-block:: cmake
23 (DEFAULT_MSG|<custom-failure-message>)
24 <required-var>...
28 [FOUND_VAR <result-var>]
29 [REQUIRED_VARS <required-var>...]
30 [VERSION_VAR <version-var>]
35 [REASON_FAILURE_MESSAGE <reason-failure-message>]
[all …]
DUseJava.cmake1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
6 -------
15 .. parsed-literal::
49 [VERSION <version>]
90 Adding resources via the ``SOURCES`` parameter relies upon a hard-coded
102 version of this module).
107 ``VERSION``
108 Adds a version to the target output name.
111 ``shibboleet-1.2.0.jar`` and will create a symlink ``shibboleet.jar``
112 pointing to the jar with the version information.
[all …]
DFindBoost.cmake1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
6 ---------
12 .. code-block:: cmake
15 [version] [EXACT] # Minimum or EXACT version e.g. 1.67.0
57 True if component ``<COMPONENT>`` was found (``<COMPONENT>`` name is upper-case).
64 ``BOOST_VERSION`` value from ``boost/version.hpp``.
67 Boost version number in ``X.Y.Z`` format.
70 Boost version number in ``X.Y.Z`` format (same as ``Boost_VERSION_STRING``).
73 In previous CMake versions, this variable used the raw version string
78 Version string appended to library filenames.
[all …]
DFindMatlab.cmake1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
6 ----------
28 available on the MCR version, and will yield an error if the MCR is found
31 * ``MCC_COMPILER`` the MCC compiler, included with the Matlab Compiler add-on.
47 The version given to the :command:`find_package` directive is the Matlab
48 **version**, which should not be confused with the Matlab *release* name
52 between the release name and the version.
55 the path of the desired Matlab version. Otherwise, the behavior is platform
67 Additional information is provided when :variable:`MATLAB_FIND_DEBUG` is set.
69 is not given, the version is queried from Matlab directly (on Windows this
[all …]
DFindRuby.cmake1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
6 --------
14 The minimum required version of Ruby can be specified using the
17 .. code-block:: cmake
31 This module will set the following variables in your project:
34 set to true if ruby was found successfully
43 the version of ruby which was found, e.g. "1.8.7"
45 Ruby major version.
47 Ruby minor version.
49 Ruby patch version.
[all …]
DFindGTK2.cmake1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
6 --------
53 The version of GTK2 found (x.y.z)
55 The major version of GTK2
57 The minor version of GTK2
59 The patch version of GTK2
62 When ``GTK2_USE_IMPORTED_TARGETS`` is set to ``TRUE``, ``GTK2_LIBRARIES``
82 .. code-block:: cmake
88 .. code-block:: cmake
94 .. code-block:: cmake
[all …]
DFindJava.cmake1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
6 --------
11 include files and libraries are. The caller may set variable ``JAVA_HOME``
17 Added support for Java 9+ version parsing.
23 Runtime = Java Runtime Environment used to execute Java byte-compiled applications
40 Java_VERSION_STRING = Version of java found, eg. 1.6.0_12
41 Java_VERSION_MAJOR = The major version of the package found.
42 Java_VERSION_MINOR = The minor version of the package found.
43 Java_VERSION_PATCH = The patch version of the package found.
44 Java_VERSION_TWEAK = The tweak version of the package found (after '_')
[all …]
DFindPkgConfig.cmake1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
6 -------------
8 A ``pkg-config`` module for CMake.
10 Finds the ``pkg-config`` executable and adds the :command:`pkg_get_variable`,
12 following variables will also be set:
15 True if a pkg-config executable was found.
20 The version of pkg-config that was found.
23 The pathname of the pkg-config program.
28 A list of arguments to pass to pkg-config.
37 cmake_policy(SET CMP0054 NEW) # if() quoted variables not dereferenced
[all …]
DFindCUDA.cmake3 --------
5 .. warning:: *Deprecated since version 3.10.*
9 in the top-level call to the :command:`project` command, or call the
32 ``<VERSION>``, ``REQUIRED`` and ``QUIET``. ``CUDA_FOUND`` will report if an
33 acceptable version of CUDA was found.
38 a different installed version of the toolkit set the environment variable
41 ``/usr/local/cuda``) or set ``CUDA_TOOLKIT_ROOT_DIR`` after configuring. If
45 It might be necessary to set ``CUDA_TOOLKIT_ROOT_DIR`` manually on certain
48 included with the graphics driver -- be sure that the driver version
49 matches what is needed by the CUDA runtime version.
[all …]
DFindHDF5.cmake1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
6 --------
23 ``HL`` refers to the "high-level" HDF5 functions for C and Fortran.
26 For example, to use Fortran HDF5 and HDF5-HL functions, do:
33 variable is set before the call to find_package.
40 in the same directory the serial version is preferentially selected. This
52 This module will set the following variables in your project:
58 HDF5 library version
128 High-level C library.
130 High-level C++ library.
[all …]
DCMakeDetermineASMCompiler.cmake1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
14set(CMAKE_ASM${ASM_DIALECT}_COMPILER_ARG1 "${CMAKE_ASM${ASM_DIALECT}_FLAGS_ENV_INIT}" CACHE STRING…
17 …message(FATAL_ERROR "Could not find compiler set in environment variable ASM${ASM_DIALECT}:\n$ENV{…
25 set(CMAKE_ASM${ASM_DIALECT}_COMPILER_LIST ${CMAKE_C_COMPILER})
27 set(CMAKE_ASM${ASM_DIALECT}_COMPILER_LIST ${CMAKE_CXX_COMPILER})
30 set(CMAKE_ASM${ASM_DIALECT}_COMPILER_LIST
56 # Table of per-vendor compiler id flags with expected output.
58 set(CMAKE_ASM${ASM_DIALECT}_COMPILER_ID_VENDOR_FLAGS_GNU "--version")
59set(CMAKE_ASM${ASM_DIALECT}_COMPILER_ID_VENDOR_REGEX_GNU "(GNU assembler)|(GCC)|(Free Software Fou…
62 set(CMAKE_ASM${ASM_DIALECT}_COMPILER_ID_VENDOR_FLAGS_Clang "--version")
[all …]
DCPackIFW.cmake1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
6 --------
10 This module looks for the location of the command-line utilities supplied with the
34 [VERSION <version>]
50 if set, then the component will be packaged and installed as part
56 if set, then the package manager stays disabled until that
62 if set, then the component will be hidden from the installer.
69 if set, then the component must always be installed.
76 set it if the component needs to be installed with elevated permissions.
79 is used to create domain-like identification for this component.
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/FindPython/
DSupport.cmake1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
14 cmake_policy (SET CMP0012 NEW)
16 cmake_policy (SET CMP0057 NEW)
25 set(_${_PYTHON_PREFIX}_VERSIONS 3.10 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
27 set(_${_PYTHON_PREFIX}_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0)
48 set (${_PYTHON_PREFIX}_FOUND FALSE)
50 set (${_PYTHON_UPPER_PREFIX}_FOUND FALSE)
65 set(${_PYTHON_BASENAME}_LIBRARY_RELEASE "${_PYTHON_BASENAME}_LIBRARY_RELEASE-NOTFOUND")
68 set(${_PYTHON_BASENAME}_LIBRARY_DEBUG "${_PYTHON_BASENAME}_LIBRARY_DEBUG-NOTFOUND")
75 # if the generator is multi-config or if CMAKE_BUILD_TYPE is set for
[all …]
/aosp_15_r20/external/pytorch/cmake/Modules_CUDA_fix/upstream/
H A DFindPackageHandleStandardArgs.cmake1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
6 -----------------------------
10 ``REQUIRED``, ``QUIET`` and version-related arguments of ``find_package``.
20 (DEFAULT_MSG|<custom-failure-message>)
21 <required-var>...
25 [FOUND_VAR <result-var>]
26 [REQUIRED_VARS <required-var>...]
27 [VERSION_VAR <version-var>]
30 [FAIL_MESSAGE <custom-failure-message>]
33 The ``<PackageName>_FOUND`` variable will be set to ``TRUE`` if all
[all …]
H A DFindCUDA.cmake3 # --------
7 # The FindCUDA module has been superseded by first-class support
13 # Instead, list ``CUDA`` among the languages named in the top-level
26 # ``<VERSION>``, ``REQUIRED`` and ``QUIET``. ``CUDA_FOUND`` will report if an
27 # acceptable version of CUDA was found.
32 # a different installed version of the toolkit set the environment variable
35 # ``/usr/local/cuda``) or set ``CUDA_TOOLKIT_ROOT_DIR`` after configuring. If
39 # It might be necessary to set ``CUDA_TOOLKIT_ROOT_DIR`` manually on certain
42 # included with the graphics driver -- be sure that the driver version
43 # matches what is needed by the CUDA runtime version.
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/Platform/Android/
DDetermine-Compiler-NDK.cmake1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
9 "is not supported by this NDK. It must be 'clang' or not set at all."
13 set(_ANDROID_TOOL_NDK_TOOLCHAIN_VERSION "clang")
14set(_ANDROID_TOOL_C_COMPILER "${CMAKE_ANDROID_NDK_TOOLCHAIN_UNIFIED}/bin/clang${_ANDROID_HOST_EXT}…
15 set(_ANDROID_TOOL_C_TOOLCHAIN_MACHINE "${CMAKE_ANDROID_ARCH_TRIPLE}")
16 set(_ANDROID_TOOL_C_TOOLCHAIN_VERSION "")
17 set(_ANDROID_TOOL_C_COMPILER_EXTERNAL_TOOLCHAIN "")
18set(_ANDROID_TOOL_C_TOOLCHAIN_PREFIX "${CMAKE_ANDROID_NDK_TOOLCHAIN_UNIFIED}/bin/${CMAKE_ANDROID_A…
19 set(_ANDROID_TOOL_C_TOOLCHAIN_SUFFIX "${_ANDROID_HOST_EXT}")
20set(_ANDROID_TOOL_CXX_COMPILER "${CMAKE_ANDROID_NDK_TOOLCHAIN_UNIFIED}/bin/clang++${_ANDROID_HOST_…
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dml_v1.projects.jobs.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/aosp_15_r20/external/libxml2/
H A DCMakeLists.txt1 cmake_minimum_required(VERSION 3.18)
3 file(READ "VERSION" VERSION)
4 string(STRIP ${VERSION} VERSION)
5 if(${VERSION} MATCHES [[([0-9]+)\.([0-9]+)\.([0-9]+)]])
6 set(LIBXML_MAJOR_VERSION ${CMAKE_MATCH_1})
7 set(LIBXML_MINOR_VERSION ${CMAKE_MATCH_2})
8 set(LIBXML_MICRO_VERSION ${CMAKE_MATCH_3})
11 project(libxml2 VERSION ${VERSION} LANGUAGES C)
26 set(LIBXML2_WITH_AUTOMATA ON)
29 set(LIBXML2_WITH_EXPR ON)
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/Internal/CPack/
DCPackDeb.cmake1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
14 cmake_policy(SET CMP0057 NEW) # if IN_LIST
17 set(FALLBACK_VAR_NAMES ${ARGN})
21 set(${OUTPUT_VAR_NAME} "${${variable_name}}" PARENT_SCOPE)
32 string(TOLOWER "${CPACK_DEBIAN_PACKAGE_NAME}-${component}" package_name)
35 set("${var}" "${package_name}" PARENT_SCOPE)
38 #extract library name and version for given shared object
39 function(extract_so_info shared_object libname version)
41 execute_process(COMMAND "${READELF_EXECUTABLE}" -d "${shared_object}"
49 set(${libname} "${CMAKE_MATCH_1}" PARENT_SCOPE)
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/criterion-plot/src/
Dlib.rs10 //! - Simple "curves" (based on [`simple.dem`](http://gnuplot.sourceforge.net/demo/simple.html))
20 //! # if let Err(_) = criterion_plot::version() {
23 //! let ref xs = linspace::<f64>(-10., 10., 51).collect::<Vec<_>>();
28 //! # .set(Font("Helvetica"))
29 //! # .set(FontSize(12.))
30 //! # .set(Output(Path::new("target/doc/criterion_plot/curve.svg")))
31 //! # .set(Size(1280, 720))
33 //! k.set(Boxed::Yes)
34 //! .set(Position::Inside(Vertical::Top, Horizontal::Left))
41 //! lp.set(Color::DarkViolet)
[all …]
/aosp_15_r20/external/libopenapv/
H A DCMakeLists.txt1 cmake_minimum_required (VERSION 3.12)
3 # Set project version from git tag or version.txt file
5 string(REGEX REPLACE "^([vV])([0-9]*)([.][0-9]*[.][0-9]*-?.*)$" "\\2" numbers ${versionstring} )
6 set(VERSION_MAJOR ${numbers} PARENT_SCOPE)
7 string(REGEX REPLACE "^([vV][0-9]*[.])([0-9]*)([.][0-9]*-?.*)$" "\\2" numbers ${versionstring} )
8 set(VERSION_MINOR ${numbers} PARENT_SCOPE)
9 string(REGEX REPLACE "^([vV][0-9]*[.][0-9]*[.])([0-9]*)(-?.*)$" "\\2" numbers ${versionstring} )
10 set(VERSION_PATCH ${numbers} PARENT_SCOPE)
14 COMMAND git describe --match "v[0-9]*.[0-9]*.[0-9]*" --abbrev=0 --tags
27 if(NOT EXISTS "${CMAKE_SOURCE_DIR}/version.txt")
[all …]
/aosp_15_r20/external/google-benchmark/
H A DCMakeLists.txt2 cmake_minimum_required (VERSION 3.10...3.22)
4 project (benchmark VERSION 1.9.0 LANGUAGES CXX)
10 option(BENCHMARK_ENABLE_WERROR "Build Release candidates with -Werror." ON)
11 option(BENCHMARK_FORCE_WERROR "Build Release candidates with -Werror regardless of compiler issues.…
15 set(BENCHMARK_ENABLE_WERROR OFF)
18 set(BENCHMARK_ENABLE_WERROR OFF)
21 set(BENCHMARK_ENABLE_WERROR ON)
25 option(BENCHMARK_BUILD_32_BITS "Build a 32 bit version of the library." OFF)
27set(BENCHMARK_BUILD_32_BITS OFF CACHE BOOL "Build a 32 bit version of the library - unsupported wh…
35 option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet depende…
[all …]
/aosp_15_r20/external/pytorch/
H A DCMakeLists.txt1 cmake_minimum_required(VERSION 3.18 FATAL_ERROR)
2 # cmake_policy(SET CMP0022 NEW) cmake_policy(SET CMP0023 NEW)
7 cmake_policy(SET CMP0010 NEW)
8 cmake_policy(SET CMP0025 NEW)
10 # Enables CMake to set LTO on compilers other than Intel.
11 cmake_policy(SET CMP0069 NEW)
13 # set(CMAKE_POLICY_DEFAULT_CMP0069 NEW)
18 cmake_policy(SET CMP0092 NEW)
20 # Prohibit in-source builds
22 message(FATAL_ERROR "In-source build are not supported")
[all …]
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/
H A DCMakeLists.txt2 cmake_minimum_required (VERSION 3.10...3.22)
4 project (benchmark VERSION 1.8.3 LANGUAGES CXX)
10 option(BENCHMARK_ENABLE_WERROR "Build Release candidates with -Werror." ON)
11 option(BENCHMARK_FORCE_WERROR "Build Release candidates with -Werror regardless of compiler issues.…
15 set(BENCHMARK_ENABLE_WERROR OFF)
18 set(BENCHMARK_ENABLE_WERROR OFF)
21 set(BENCHMARK_ENABLE_WERROR ON)
25 option(BENCHMARK_BUILD_32_BITS "Build a 32 bit version of the library." OFF)
27set(BENCHMARK_BUILD_32_BITS OFF CACHE BOOL "Build a 32 bit version of the library - unsupported wh…
35 option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet depende…
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/
Dcmake-packages.7.rst1 .. cmake-manual-description: CMake Packages Reference
3 cmake-packages(7)
15 using :command:`find_package` is either a set of :prop_tgt:`IMPORTED` targets, or
16 a set of variables corresponding to build-relevant information.
22 `Config-file Packages`_ and `Find-module Packages`_.
23 Indirect support for ``pkg-config`` packages is also provided via
27 .. code-block:: cmake
29 find_package(Qt4 4.7.0 REQUIRED) # CMake provides a Qt4 find-module
31 find_package(LibXml2 REQUIRED) # Use pkg-config via the LibXml2 find-module
37 .. code-block:: cmake
[all …]

12345678910>>...75