Commit Graph

36 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
Mael 6538b22e06
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF 2022-12-05 16:03:41 +01:00
Laurent Rineau 5c943e558c Merge pull request #6935 from lrineau/CGAL-fix_autotest_with_ctest-GF
Fix autotest_cgal_with_ctest
2022-11-25 10:15:07 +01:00
Laurent Rineau ea35fa8f88 Fix autotest_cgal_with_ctest
That commit makes the CMake variables `CGAL_TEST_SUITE` (the new one)
and `RUNNING_CGAL_AUTO_TEST` (the legacy one) completely equivalent.
2022-10-05 15:06:02 +02:00
Mael Rouxel-Labbé 4fc486b195 Purge CMakeLists.txts from obsolete code / noise 2022-09-06 16:19:11 +02:00
Mael Rouxel-Labbé 28ba446895 Clean (some) CMakeLists.txt indentation 2022-09-06 15:38:18 +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 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
Sébastien Loriot a3cf61fc8c remove commited cgal_test_with_cmake 2021-09-23 18:54:16 +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 7f189620d8 Remove CMAKE_CXX_STANDARD commands in cmake scripts 2021-02-08 10:06:23 +01:00
Maxime Gimeno 9c15f2c9dc Use FeatureSummary in the demo, and remove CGAL_FOUND 2020-08-04 12:46:17 +02:00
Laurent Rineau 4fbf00fb8a CMake>=3.13: opt for for new policies up to 3.15 2019-06-19 14:34:59 +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
Laurent Rineau 8c744204de Compatibility: no -C option if INIT_FILE is unset or null 2018-09-04 11:26:33 +02:00
Maxime Gimeno bb14479266 Add -C option to all `cmake` calls in the testsuite mechanism 2018-08-24 15:11:39 +02:00
Efi Fogel c8b3343358 Avoid warnings from CMake when variables are set on the command line 2017-09-01 13:36:32 +03:00
Efi Fogel 86cf6167ff Cleanup. Added dummy tests to suppress warnings from CMake when variables are set on the command line 2017-08-31 17:45:51 +03:00
Efi Fogel c85bf20e2b Removed Core as a reauired component 2017-08-31 17:31:33 +03:00
Efi Fogel 7141e9879b Guarded for platforms that do not support C++11 2017-08-30 12:31:10 +03:00
Efi Fogel ca13833fa7 Shorten file names 2017-08-29 19:14:11 +03:00
Efi Fogel 436559c91b Bumped up required cmake version 2017-08-29 18:57:31 +03:00
Efi Fogel f88218ac8b Merge branch 'Set_movable_separability_2-tau' of github.com:efifogel/cgal into Set_movable_separability_2-tau 2017-08-18 11:06:03 +03:00
Efi Fogel 072b00c3cd Use C++11 properly 2017-08-18 11:01:23 +03:00
Sébastien Loriot 3567e50e36 fix project names 2017-08-18 09:02:53 +02:00
Efi Fogel d8df7c9460 Casted argc to size_t 2017-08-17 19:24:50 +03:00
Efi Fogel c4db51331d Removed unused variables and casted argc to size_t 2017-08-17 19:24:05 +03:00
Efi Fogel e00777bc99 Moved headers to appropriate places. Added overloads that accept the orientation of the input polygon. 2017-08-10 09:41:34 +02:00
Efi Fogel e0cbbd8689 Added namespace Single_mold_translational_casting 2017-08-10 09:41:34 +02:00
shahar shamai f04c83fb15 casting_2: added pullout_direction_single_mold_translation 2017-08-10 09:40:25 +02:00
Efi Fogel a28c3f37b2 updated 2017-08-10 09:31:25 +02:00
Efi Fogel d3a439f74f Renamed Casting_2 => Set_movable_separability_2 2017-08-10 09:31:12 +02:00
Efi Fogel 8d817422ee Renamed Casting_2 => Set_movable_separability_2 2017-08-10 09:31:11 +02:00
Efi Fogel dcfdafc78e Renamed Casting_2 => Set_movable_separability_2 2017-08-10 09:31:10 +02:00