Commit Graph

37 Commits

Author SHA1 Message Date
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
Laurent Rineau 3a223ebd1e cmake_minimum_required(VERSION 3.12...3.29) 2024-06-06 20:19:44 +02:00
albert-github 45478184de spelling corrections
Some spelling corrections (Directories starting with `E`-` L`),
some backward work
some forward work
2022-11-15 13:39:40 +01:00
Laurent Rineau 2288225448 Massive update of CMake policies to version 3.23 2022-05-06 09:34:35 +02:00
Sébastien Loriot ab48f63e30 update latest cmake version tested 2021-11-09 10:58:47 +01:00
Sébastien Loriot 250b8e9161 remove ./ prefix 2021-10-04 09:32:04 +02:00
Maxime Gimeno c49152359c update max version of cmake and announce the new minimal in CHANGE.md 2021-04-15 15:08:54 +02:00
Maxime Gimeno 9c15f2c9dc Use FeatureSummary in the demo, and remove CGAL_FOUND 2020-08-04 12:46:17 +02:00
Sébastien Loriot 0779373835 extra run of the script to remove tabs and trailing whitespaces
right after the  merge of 4.14 release branch

+ manual fix on one line in:
    * Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
    * .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Laurent Rineau 4fbf00fb8a CMake>=3.13: opt for for new policies up to 3.15 2019-06-19 14:34:59 +02:00
Mael Rouxel-Labbé 2848158354 Fix typos 2019-05-20 08:54:04 +02:00
Guillaume Damiand 92ba7fa6c9 Update minimum cmake required version in all CMakeLists.txt 2018-10-18 14:49:23 +02:00
Guillaume Damiand 0bd9088b5a Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required. 2018-10-17 14:17:08 +02:00
Marc Glisse 7ff83d79e7 strcmp returns 0 when strings match, invert. 2016-10-15 17:44:44 +02:00
Sébastien Loriot 7e2ee496de update project name of cmake scripts of tests 2016-09-08 00:26:37 +02:00
Sébastien Loriot 4c29bf1b44 CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR 2016-03-24 16:33:46 +01:00
Sébastien Loriot 881e4d3199 request Core only in examples, tests and demos when really needed 2016-03-07 22:36:57 +01:00
Sébastien Loriot 2d191d6651 commit CMakeLists.txt for all examples and tests 2016-03-07 17:39:36 +01:00
Andreas Fabri 65200381d7 Arithmetic_kernel -> Exact_integer/rational 2014-07-16 18:55:30 +02:00
Andreas Fabri e370c5eaa5 also test leda if it is available 2013-03-22 16:24:47 +01:00
Efi Fogel 8b99c7b8ca Deprecated Env_default_diagram_1. Replaced by Envelope_diagram_1 2011-02-24 11:20:04 +00:00
Andreas Fabri c00de34346 Remove unused variable 2010-11-12 07:57:53 +00:00
Andreas Fabri e82a335325 int -> size_t and static_cast 2010-06-25 15:05:05 +00:00
Efi Fogel 9ea2ccedb4 cleanup 2009-07-12 07:11:22 +00:00
Ophir Setter 70d4110474 checking in test that all the curves associated with an envelope element are equal - improving test 2009-05-03 16:51:56 +00:00
Ophir Setter 9e8befe6e1 fix bug when curve have a joint endpoint + improvement of tests 2009-05-03 16:23:46 +00:00
Ophir Setter fed62f020d adding ./ at beginning of file 2008-07-30 09:43:17 +00:00
Ophir Setter 827c9551f4 removing cgal_test 2008-07-30 09:18:28 +00:00
Fernando Cacciola f93437ca22 Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +00:00
Laurent Rineau 46a5d8abd4 Fix the errors
"test_envelope_segments.cpp", line 209: Error: The function "strcmp" must have a prototype.
  "test_envelope_segments.cpp", line 211: Error: The function "strcmp" must have a prototype.
detected by Sun CC.
2008-03-11 12:22:14 +00:00
Fernando Cacciola b704509dcf Examples/Demos/Test CMake scripts updated 2008-03-05 21:14:02 +00:00
Fernando Cacciola a659cd852a Added project() and conditional test for CGAL_DIR 2008-02-14 15:42:36 +00:00
Fernando Cacciola 14043c43a0 Replaced CGALROOT by CGAL_DIR (the latters is used by CMake automatically) 2008-02-08 17:47:21 +00:00
Fernando Cacciola afddfc4fca CMake scripts for demos/examples/test added 2008-02-06 19:06:24 +00:00
Ron Wein 9b345a68b4 Added a cgal-test script. 2006-08-03 15:35:19 +00:00
Ron Wein cafeb2a6bb Data files for the test program. 2006-08-03 13:44:47 +00:00
Ron Wein 4bad047ba4 Added a test program for envelopes of line segments. 2006-08-02 15:53:59 +00:00