Those warnings are annoying because:
- they happen on Linux rolling releases as soon as Boost version is more
recent than CMake version,
- we cannot do anything about them.
Example:
```
CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake/Modules/FindBoost.cmake:1542 (_Boost_MISSING_DEPENDENCIES)
/mnt/testsuite/cmake/modules/CGAL_Macros.cmake:293 (find_package)
/mnt/testsuite/cmake/modules/UseCGAL.cmake:46 (use_component)
CMakeLists.txt:13 (include)
```
https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-4.12-Ic-173/Algebraic_foundations/TestReport_gimeno_Fedora-rawhide-Release.gz
cgal_test_with_cmake will be measured and stored in a file, collected by
collect_cgal_testresults_from_cmake
The next part is about how to display those timings in the tests results
pages.
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch
........
r56348 | penarand | 2010-05-19 17:35:05 +0200 (Wed, 19 May 2010) | 3 lines
added interoperability Gmpq-double
........
r56367 | penarand | 2010-05-20 10:04:12 +0200 (Thu, 20 May 2010) | 4 lines
eliminated 'const' keyword from comparison operators Gmpq-double and added
a simple test in Gmpq.cpp
........
r56368 | lrineau | 2010-05-20 10:40:55 +0200 (Thu, 20 May 2010) | 3 lines
Avoid to put a 'w' in the testsuite for a message that speaks about
QMessageBox::warning.
........
executables in this directory need the TAUCS library and will not be
compiled." or "This demo needs the CGAL ImageIO library, and will not be
compiled."
("New attempt to catch runtime warnings. One need to grep in
ProgramOutput.*.* instead of ErrorOutput_*.")
Fix the regular expression. I hope all platforms will have a grep knowing
that syntax.