Revision 7ee11b7afce15676fbb154267111d5e2dd71e8ef authored by Laurent Rineau on 13 February 2018, 15:02:09 UTC, committed by Laurent Rineau on 13 February 2018, 15:02:09 UTC
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
1 parent 741dbaf
History
File Mode Size
data
CMakeLists.txt -rw-r--r-- 709 bytes
p2t2_adding_handles.cpp -rw-r--r-- 1.8 KB
p2t2_colored_vertices.cpp -rw-r--r-- 1.1 KB
p2t2_covering.cpp -rw-r--r-- 1.7 KB
p2t2_find_conflicts.cpp -rw-r--r-- 1.5 KB
p2t2_geometric_access.cpp -rw-r--r-- 1.4 KB
p2t2_hierarchy.cpp -rw-r--r-- 1.2 KB
p2t2_info_insert_with_pair_iterator_2.cpp -rw-r--r-- 1.6 KB
p2t2_info_insert_with_transform_iterator_2.cpp -rw-r--r-- 1.9 KB
p2t2_info_insert_with_zip_iterator_2.cpp -rw-r--r-- 1.8 KB
p2t2_large_point_set.cpp -rw-r--r-- 1.6 KB
p2t2_simple_example.cpp -rw-r--r-- 2.1 KB

back to top