Changeset 91e1961


Ignore:
Timestamp:
12/12/2018 03:08:00 AM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
94486d9c
Parents:
01f594b
Message:

Falkon: having gone to some effort to get the tests to run, using -DBUILD_TESTING=OFF in the default instructions is silly because it prevents them being built. Offer it as an option.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20802 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/falkon.xml

    r01f594b r91e1961  
    145145cmake -DCMAKE_INSTALL_PREFIX=/usr \
    146146      -DCMAKE_BUILD_TYPE=Release  \
    147       -DBUILD_TESTING=OFF         \
    148147      .. &amp;&amp;
    149148
     
    180179      was bumped but the results were swapped. Change it to examine if the version
    181180      is <emphasis>at least 5.10</emphasis>, and to swap the expected results back.
     181    </para>
     182
     183    <para>
     184      <option>-DBUILD_TESTING=OFF</option>: This will save some time and space by
     185      not building the test programs, use this if you do not wish to run the test.
    182186    </para>
    183187
Note: See TracChangeset for help on using the changeset viewer.