Author: ken
Date: Tue Dec 11 19:08:00 2018
New Revision: 20802

Log:
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.

Modified:
   trunk/BOOK/xsoft/graphweb/falkon.xml

Modified: trunk/BOOK/xsoft/graphweb/falkon.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/falkon.xml        Tue Dec 11 14:55:49 2018        
(r20801)
+++ trunk/BOOK/xsoft/graphweb/falkon.xml        Tue Dec 11 19:08:00 2018        
(r20802)
@@ -144,7 +144,6 @@
 
 cmake -DCMAKE_INSTALL_PREFIX=/usr \
       -DCMAKE_BUILD_TYPE=Release  \
-      -DBUILD_TESTING=OFF         \
       .. &&
 
 make</userinput></screen>
@@ -181,6 +180,11 @@
       is <emphasis>at least 5.10</emphasis>, and to swap the expected results 
back.
     </para>
 
+    <para>
+      <option>-DBUILD_TESTING=OFF</option>: This will save some time and space 
by
+      not building the test programs, use this if you do not wish to run the 
test.
+    </para>
+
   </sect2>
 
   <sect2 role="content">
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to