Ignore:
Timestamp:
07/17/2024 06:47:00 PM (2 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
ad8b716
Parents:
4304a5f
Message:

Finish adding spaces after -D options.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/intel-gmmlib.xml

    r4304a5f rcbfa153  
    9797cd    build &amp;&amp;
    9898
    99 cmake -DCMAKE_INSTALL_PREFIX=/usr  \
    100       -DBUILD_TYPE=Release          \
    101       -G Ninja                      \
    102       -Wno-dev ..                   &amp;&amp;
     99cmake -D CMAKE_INSTALL_PREFIX=/usr \
     100      -D BUILD_TYPE=Release        \
     101      -G Ninja                     \
     102      -W no-dev ..                 &amp;&amp;
    103103ninja</userinput></screen>
    104104
    105105    <para>
    106106      The test suite is normally run by <command>ninja</command> unless
    107       -DRUN_TEST_SUITE=NO is passed to cmake.
     107      -D RUN_TEST_SUITE=NO is passed to cmake.
    108108    </para>
    109109
Note: See TracChangeset for help on using the changeset viewer.