Ignore:
Timestamp:
12/04/2021 08:32:42 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
qt5new
Children:
104ff4e
Parents:
ce5723af (diff), edd2feb7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into qt5new

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    rce5723af r1daaab6d  
    77  <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "2ecc4091021c44f400bfbb25dcc77e97">
    10   <!ENTITY cmake-size          "9.2 MB">
    11   <!ENTITY cmake-buildsize     "319 MB (add 881 MB for tests)">
    12   <!ENTITY cmake-time          "2.0 SBU (add 3.2 SBU for tests, both using parallelism=4)">
     9  <!ENTITY cmake-md5sum        "ea7ca1fe24011736de2d3a08ae15ff36">
     10  <!ENTITY cmake-size          "9.3 MB">
     11  <!ENTITY cmake-buildsize     "333 MB (add 981 MB for tests)">
     12  <!ENTITY cmake-time          "2.1 SBU (add 3.7 SBU for tests, both using parallelism=4)">
    1313]>
    1414
     
    9090    <bridgehead renderas="sect4">Required</bridgehead>
    9191    <para role="required">
    92       <xref linkend="libuv"/> 
     92      <xref linkend="libuv"/>
    9393    </para>
    9494
     
    149149      number of system cores. Setting <envar>LC_ALL</envar> is needed to
    150150      prevent some test failures when some of the locale variables are
    151       set to non English locales. One test, RunCMake.CMP0125. is known to fail.
    152     </para>
    153 
    154     <para>
     151      set to non English locales. Four tests: ExternalProject, CTest.UpdateHG,
     152       CMakeOnly.AllFindModules, and RunCMake.CMP0125 are known to fail.
     153    </para>
     154
     155    <para>
    155156      If you want to investigate a problem with a given "problem1-test",
    156157      use <command>bin/ctest -R "problem1-test"</command> and, to omit it, use
    157158      <command>bin/ctest -E "problem1-test"</command>. These options can be
    158       used together: <command>bin/ctest -R "problem1-test" -E
    159       "problem2-test"</command>.  Option -N can be used to display all
     159      used together:
     160      <command>bin/ctest -R "problem1-test" -E "problem2-test"</command>.
     161      Option <option>-N</option> can be used to display all
    160162      available tests, and you can run <command>bin/ctest</command> for a
    161163      sub-set of tests by using separated by spaces names or numbers as
    162       options. Option -/-help can be used to show all options.
     164      options. Option <option>--help</option> can be used to show all options.
    163165    </para>
    164166
     
    175177
    176178    <para>
    177       <command>sed ... Modules/GNUInstallDirs.cmake</command>: 
    178       This command disables applications using cmake from attempting to 
     179      <command>sed ... Modules/GNUInstallDirs.cmake</command>:
     180      This command disables applications using cmake from attempting to
    179181      install files in /usr/lib64/.
    180182    </para>
     
    208210
    209211    <para>
    210       <option>--parallel=</option>: This switch enables performing the 
     212      <option>--parallel=</option>: This switch enables performing the
    211213      <application>CMake</application> bootstrap with multiple jobs
    212214      at one time.
Note: See TracChangeset for help on using the changeset viewer.