Changeset 31f9c6eb for general/genlib


Ignore:
Timestamp:
06/08/2024 07:51:05 PM (6 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
gimp3, trunk
Children:
ff822d5
Parents:
f86fbfb
Message:

protobuf: Get rid of rpath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/protobuf.xml

    rf86fbfb r31f9c6eb  
    8888cmake -DCMAKE_INSTALL_PREFIX=/usr      \
    8989      -DCMAKE_BUILD_TYPE=Release       \
     90      -DCMAKE_SKIP_INSTALL_RPATH=ON    \
    9091      -Dprotobuf_BUILD_TESTS=OFF       \
    9192      -Dprotobuf_ABSL_PROVIDER=package \
     
    113114  <sect2 role="commands">
    114115    <title>Command Explanations</title>
     116
     117    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     118      href="../../xincludes/cmake-skip-install-rpath.xml"/>
    115119
    116120    <para>
Note: See TracChangeset for help on using the changeset viewer.