Laurent Rineau
e5001d1a50
update our CMake version 3.18...3.31
...
That will suppress the warnings about `CMP0167` (from CMake 3.30):
```
CMake Warning (dev) at cmake/modules/display-third-party-libs-versions.cmake:37 (find_package):
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
```
2025-02-04 14:32:37 +01:00
Andreas Fabri
527569346e
CGAL: Modernize CMakeLists.txt
2024-10-08 17:02:41 +01:00
Laurent Rineau
3a223ebd1e
cmake_minimum_required(VERSION 3.12...3.29)
2024-06-06 20:19:44 +02:00
Mael Rouxel-Labbé
4fc486b195
Purge CMakeLists.txts from obsolete code / noise
2022-09-06 16:19:11 +02:00
Mael Rouxel-Labbé
7cb21c24b0
Uniformize message() for missing 3rd party libraries
...
STATUS for non-essential, NOTICE for important stuff
2022-09-06 16:07:31 +02:00
Laurent Rineau
734c96e951
Merge branch 'master' into pr/lrineau/6558
2022-05-06 16:25:32 +02:00
Laurent Rineau
2288225448
Massive update of CMake policies to version 3.23
2022-05-06 09:34:35 +02:00
Sébastien Loriot
57722d189d
do not set cxx standard in the final target cmake script
2022-05-04 10:37:02 +02:00
Dmitry Anisimov
e7996367e0
use correct version of eigen
2021-08-04 16:08:08 +02:00
Dmitry Anisimov
54f83394e2
added missing components
2021-08-04 15:57:27 +02:00
Dmitry Anisimov
e93c2e4bbf
fixed cmakelists
2021-08-04 15:51:48 +02:00
Dmitry Anisimov
693ab064ba
cleanup
2021-05-20 16:21:22 +02:00
Dmitry Anisimov
8fe0409298
fixed headers in benchmarks and tests
2021-05-20 13:53:18 +02:00
Dmitry Anisimov
c11ce6c33a
updated cmakelists, refactored free functions for non eigen coordinates, fixed several warnings
2021-05-20 13:25:59 +02:00
Dmitry Anisimov
eb90c3adda
barycentric coordinates revision + harmonic coordinates initial commit
2021-05-20 12:05:39 +02:00
Sébastien Loriot
8bb22d5b2c
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of the 5.0 release branch
+ manual fix of the files (indentation was changed in the meantime):
* Spatial_sorting/include/CGAL/Multiscale_sort.h
* Spatial_sorting/test/Spatial_sorting/test_multiscale.cpp
2020-03-26 14:26:59 +01:00
Sébastien Loriot
8b153fb495
Merge branch 'cgal/releases/CGAL-5.0-branch'
...
whitespace+tab removal, merged with option -Xignore-space-change
2020-03-26 14:22:32 +01:00
Sébastien Loriot
590612a563
run the script to remove tabs and trailing whitespaces
2020-03-26 13:25:16 +01:00
Mael Rouxel-Labbé
3c7eb2c6b9
Use CGAL_PI instead of hardcoding it
2020-01-07 15:31:07 +01:00
Dmitry Anisimov
51e8d361f3
Updated examples.
2014-12-29 15:01:04 +01:00
Sébastien Loriot
c436929fdb
move file to benchmark directory
2014-12-15 16:31:17 +01:00
Sébastien Loriot
575a8ffabf
move example into benchmark
2014-12-12 15:16:57 +01:00