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