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/double-conversion.xml

    r4304a5f rcbfa153  
    9090cd    build &amp;&amp;
    9191
    92 cmake -DCMAKE_INSTALL_PREFIX=/usr \
    93       -DBUILD_SHARED_LIBS=ON      \
    94       -DBUILD_TESTING=ON          \
     92cmake -D CMAKE_INSTALL_PREFIX=/usr \
     93      -D BUILD_SHARED_LIBS=ON      \
     94      -D BUILD_TESTING=ON          \
    9595      ..                          &amp;&amp;
    9696make</userinput></screen>
     
    111111
    112112    <para>
    113       <parameter>-DBUILD_SHARED_LIBS=ON</parameter>: This switch forces cmake to build
     113      <parameter>-D BUILD_SHARED_LIBS=ON</parameter>: This switch forces cmake to build
    114114      a shared version of the library instead of the static version.
    115115    </para>
    116116
    117117    <para>
    118       <parameter>-DBUILD_TESTING=ON</parameter>: This switch builds the test programs.
     118      <parameter>-D BUILD_TESTING=ON</parameter>: This switch builds the test programs.
    119119    </para>
    120120  </sect2>
Note: See TracChangeset for help on using the changeset viewer.