Ignore:
Timestamp:
06/08/2024 07:37:56 PM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
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
  • x/lib/vulkan-loader.xml

    rcda5f277 r846bcc9  
    105105cmake -DCMAKE_INSTALL_PREFIX=/usr       \
    106106      -DCMAKE_BUILD_TYPE=Release        \
    107       -DCMAKE_SKIP_INSTALL_RPATH=TRUE   \
     107      -DCMAKE_SKIP_INSTALL_RPATH=ON     \
    108108      -G Ninja .. &amp;&amp;
    109109ninja</userinput></screen>
     
    121121<screen role="root"><userinput>ninja install</userinput></screen>
    122122
     123  </sect2>
     124
     125  <sect2 role="commands">
     126    <title>Command Explanations</title>
     127
     128    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     129      href="../../xincludes/cmake-skip-install-rpath.xml"/>
    123130  </sect2>
    124131
Note: See TracChangeset for help on using the changeset viewer.