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
Raw File
default_variants.ini
[Settings]
NumFields=11

[Field 1]
Type=GroupBox
Left=0
Right=-1
Top=0
Bottom=-5
Text=Select default variants

[Field 2]
Type=GroupBox
Left=5
Right=100
Top=10
Bottom=-10
Text=Compilers

[Field 3]
Type=GroupBox
Left=105
Right=-5
Top=10
Bottom=-10
Text=Variants

[Field 4]
Type=CheckBox
Left=10
Top=22
Right=95
Bottom=32
Text=Visual C++ 7.1

[Field 5]
Type=CheckBox
Left=10
Top=35
Right=95
Bottom=45
Text=Visual C++ 8.0

; -- Variants

[Field 6]
Type=CheckBox
Left=110
Top=22
Right=-10
Bottom=32
Text=Multithread Debug

[Field 7]
Type=CheckBox
Left=110
Right=-15
Top=35
Bottom=45
Text=Multithread

[Field 8]
Type=CheckBox
Left=110
Right=-10
Top=48
Bottom=58
Text=Multithread, static runtime

[Field 9]
Type=CheckBox
Left=110
Right=-10
Top=61
Bottom=71
Text=Multithread Debug, static runtime

[Field 10]
Type=CheckBox
Left=110
Right=-10
Top=74
Bottom=84
Text=Single thread, static runtime

[Field 11]
Type=CheckBox
Left=110
Right=-10
Top=87
Bottom=97
Text=Single thread Debug, static runtime

back to top