From 7ed0e9d20233f6149598203ecd303efac4e09ef6 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 18 Nov 2015 05:29:40 +0000 Subject: [PATCH] Reword cmake test issues git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16672 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/prog/cmake.xml | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/general/prog/cmake.xml b/general/prog/cmake.xml index cda8cf3514..7cf6d2f682 100644 --- a/general/prog/cmake.xml +++ b/general/prog/cmake.xml @@ -118,21 +118,19 @@ make - To test the results, issue: - bin/ctest -j<N> -O - ../cmake-&cmake-version;-test.log, - where + To test the results, issue: bin/ctest + -j<N> -O + cmake-&cmake-version;-test.log, where <N> is an integer between 1 and the - number of threads of your processor, inclusive. For some systems, it may - be necessary to run the tests only for Qt4 using - source setq4, then - export CXXFLAGS="-std=c++11" (just before - ./bootstrap ...) and remember to unset it after - finishing, with - unset CXXFLAGS. - The worst case we have obtained in problematic systems, without those - extra commands, was 98% of 447 tests passed. -