Ignore:
Timestamp:
12/04/2021 03:28:15 PM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
lazarus
Children:
e6974d1
Parents:
b22e4ceb (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 lazarus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    rb22e4ceb r8307474  
    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        "c0feb5855604f68b09bdb3acb623619e">
    10   <!ENTITY cmake-size          "9.1 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
     
    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.
     151      set to non English locales. Four tests: ExternalProject, CTest.UpdateHG,
     152       CMakeOnly.AllFindModules, and RunCMake.CMP0125 are known to fail.
    152153    </para>
    153154
     
    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
Note: See TracChangeset for help on using the changeset viewer.