Searched +refs:cmake +refs:line +refs:starts +refs:inside +refs:string (Results 1 – 6 of 6) sorted by relevance
1 .. cmake-manual-description: CMake Language Reference3 cmake-language(7)14 named ``CMakeLists.txt`` or ending in a ``.cmake`` file name extension.19 * `Scripts`_ (``<script>.cmake``), and20 * `Modules`_ (``<module>.cmake``).38 An individual ``<script>.cmake`` source file may be processed39 in *script mode* by using the :manual:`cmake(1)` command-line tool49 use the :command:`include` command to load a ``<module>.cmake``51 See the :manual:`cmake-modules(7)` manual page for documentation102 Note that any source file line not inside `Command Arguments`_ or[all …]
2 # file Copyright.txt or https://cmake.org/licensing for details.15 .. code-block:: cmake36 ``PARENT_SCOPE``. Also depends on ``GetPrerequisites.cmake``.42 .. code-block:: cmake67 .. code-block:: cmake74 .. code-block:: cmake87 .. code-block:: cmake92 file or an ``error:`` prefixed string if it could not be determined.94 .. code-block:: cmake104 .. code-block:: cmake[all …]
2 # file Copyright.txt or https://cmake.org/licensing for details.13 The CPack module generates the configuration files ``CPackConfig.cmake``14 and ``CPackSourceConfig.cmake``. They are intended for use in a subsequent33 Source packages (configured through ``CPackSourceConfig.cmake`` and generated46 :variable:`CPACK_GENERATOR` is a *string naming a single generator*. If you55 * it includes ``CPackConfig.cmake``56 * it iterates over the generators given by the ``-G`` command line option,58 the :variable:`CPACK_GENERATOR` variable set in the ``CPackConfig.cmake``67 ``CPackConfig.cmake``, cpack will *reset* :variable:`CPACK_GENERATOR`81 one may call ``cmake --build . --target package`` or ``make package`` or[all …]
2 # file Copyright.txt or https://cmake.org/licensing for details.120 is embedded inside a bundle.194 string(TOLOWER "${file_full}" file_full_lower)235 # (the string " _file_full_ ") so that just in case the path name of240 string(REPLACE "${file_full}" " _file_full_ " file_ov "${file_ov}")241 string(TOLOWER "${file_ov}" file_ov)288 # in same-level-directories inside the bundle. The parent directory289 # of an executable inside the bundle should be MacOS or a sibling of292 # such same-level-directories inside the bundle.338 string(REPLACE "@executable_path" "${exepath}" ri "${item}")[all …]
2 # file Copyright.txt or https://cmake.org/licensing for details.10 message(FATAL_ERROR "CPackDeb.cmake may only be used by CPack internally.")28 string(TOUPPER "${component}" component_upcase)30 string(TOLOWER "${CPACK_DEBIAN_${component_upcase}_PACKAGE_NAME}" package_name)32 string(TOLOWER "${CPACK_DEBIAN_PACKAGE_NAME}-${component}" package_name)48 string(REGEX MATCH "\\(?SONAME\\)?[^\n]*\\[([^\n]+)\\.so\\.([^\n]*)\\]" soname "${output}")62 # Get the summary line80 # Turn the possible multi-line string into a list81 string(UUID uuid NAMESPACE 00000000-0000-0000-0000-000000000000 TYPE SHA1)82 string(REPLACE ";" "${uuid}" _text "${TEXT}")[all …]
168 renormalize line feeds178 [GH] Fix `-instance` doc in cmd-line-flags.md510 Add log line indicating local result was used when racing remote fails.949 Add reproxy version string to our own depscache951 Add scandeps server string to bridge.cc984 Add version string to scandeps binaries1390 Build goma inside docker to ensure a consistent version of clang is used1484 Update cmd-line-flags doc1702 Ensure racing-local always starts in a reasonable amount of time2641 Abstract out coloring of command line output[all …]