Ignore:
Timestamp:
06/08/2024 07:37:56 PM (3 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Children:
a6d5eae
Parents:
cda5f277
git-author:
Xi Ruoyao <xry111@…> (06/08/2024 01:48:04 PM)
git-committer:
Xi Ruoyao <xry111@…> (06/08/2024 07:37:56 PM)
Message:

Add xinclude for -DCMAKE_SKIP_INSTALL_RPATH explanation and use it

Always use "ON" for this boolean value.

Why does cmake allow too many boolean values (ON/OFF, TRUE/FALSE,
YES/NO) anyway?!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/jasper.xml

    rcda5f277 r846bcc9  
    116116cmake -DCMAKE_INSTALL_PREFIX=/usr    \
    117117      -DCMAKE_BUILD_TYPE=Release     \
    118       -DCMAKE_SKIP_INSTALL_RPATH=YES \
     118      -DCMAKE_SKIP_INSTALL_RPATH=ON \
    119119      -DJAS_ENABLE_DOC=NO            \
    120120      -DALLOW_IN_SOURCE_BUILD=YES    \
     
    138138    <title>Command Explanations</title>
    139139
    140     <para>
    141       <parameter>-DCMAKE_SKIP_INSTALL_RPATH=YES</parameter>: This option
    142       removes embedded library search paths.
    143     </para>
     140    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     141      href="../../xincludes/cmake-skip-install-rpath.xml"/>
    144142
    145143    <para>
Note: See TracChangeset for help on using the changeset viewer.