Maxime Gimeno
c49152359c
update max version of cmake and announce the new minimal in CHANGE.md
2021-04-15 15:08:54 +02:00
Laurent Rineau
0e49e18bd3
Merge pull request #5460 from lrineau/CGAL-as_a_CMake_subdirectory-GF
...
Allow to use CGAL as a submodule of a bigger CMake project
2021-03-24 15:05:31 +01:00
Maxime Gimeno
4470fe8481
fix conflicts
2021-03-09 15:51:25 +01:00
Laurent Rineau
db338aa1ee
Merge pull request #5417 from maxGimeno/Demo-Add_dependency_to_qt5_moc_and_dependencies-maxGimeno
...
QGLViewer: remove the need for Qt5::Xml
2021-02-18 15:19:06 +01:00
Andreas Fabri
662eab79d0
More removal of lines as suggested by Laurent
2021-02-17 10:06:16 +00:00
Maxime Gimeno
2f6a9ff599
Allow to use CGAL as a submodule of a bigger CMake project
...
The trick is to use
- `CGAL_SOURCE_DIR` instead of `CMAKE_SOURCE_DIR`, and
- `CGAL_BINARY_DIR` instead of `CMAKE_BINARY_DIR`.
See
https://cmake.org/cmake/help/latest/variable/PROJECT-NAME_SOURCE_DIR.html
https://cmake.org/cmake/help/latest/variable/PROJECT-NAME_BINARY_DIR.html
> This can be useful when add_subdirectory() is used to connect several projects.
2021-02-15 09:07:10 +01:00
Andreas Fabri
b1a86b749a
Update CMakeLists.txt
2021-02-12 14:44:02 +01:00
Maxime GIMENO
363b8400dd
Update Installation/CMakeLists.txt
...
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2021-02-10 08:35:07 +01:00
Maxime Gimeno
b5ead13803
add leda
2021-02-09 14:57:50 +01:00
Maxime Gimeno
602b8d6951
Restore missing deps info in installation if running testsuite
2021-02-09 14:44:16 +01:00
Maxime Gimeno
2500331070
Merge remote-tracking branch 'cgal/master' into Demo-Add_dependency_to_qt5_moc_and_dependencies-maxGimeno
2021-02-09 12:33:52 +01:00
Maxime Gimeno
9cd0d450f9
Remove QDomElements and need for QtXml
2021-02-09 11:31:34 +01:00
Laurent Rineau
7d526225af
Merge pull request #5388 from maxGimeno/Ipeets-Fix_after_merge-maxGimeno
...
CGAL_Ipelets: Fix after merge in master.
2021-02-05 16:10:15 +01:00
Maxime Gimeno
89d199616b
Remove remaining not header_only code
2021-01-29 15:56:13 +01:00
Maxime Gimeno
01374debeb
Drop Ipe 6 support
2021-01-25 13:39:36 +01:00
Maxime Gimeno
a7ed8c429c
triling whitespace
2021-01-13 15:17:24 +01:00
Maxime Gimeno
2255f8e8ea
Merge remote-tracking branch 'cgal/master' into CMake-modernization-maxGimeno
2021-01-13 14:34:09 +01:00
Maxime Gimeno
83c9a00d73
Fix Conflict
2020-12-03 09:44:03 +01:00
Maxime Gimeno
b477021ad1
Remove LICENSE.FREE_USE from installation tests
2020-12-03 09:12:08 +01:00
Maxime Gimeno
7bdc5d11a9
Post-review
2020-10-15 15:03:20 +02:00
Maxime Gimeno
0c14520987
Fix CGAL_Qt5 installation
2020-10-14 11:14:58 +02:00
Maxime Gimeno
fcb6419106
WIP CGAL_qt5
2020-10-13 15:36:44 +02:00
Maxime Gimeno
27ddd9bf86
remove flags in CI
2020-10-12 15:44:44 +02:00
Maxime Gimeno
0f46df37df
Restore GLOB
2020-10-12 11:11:04 +02:00
Maxime Gimeno
9883437315
revert the GLOB rework
2020-10-09 15:59:27 +02:00
Maxime Gimeno
3aa2f81ad9
test travis.
2020-10-09 15:08:09 +02:00
Maxime Gimeno
9a90628fa5
Fix header check
2020-10-09 14:29:40 +02:00
Maxime Gimeno
221bbdd4b1
remove CMP code now that we only support from cmake 3.13
2020-10-08 12:31:41 +02:00
Maxime Gimeno
733c487cc2
Fix file(GLOB...) in Installation/CMakeLists
2020-10-08 11:01:18 +02:00
Maxime Gimeno
39f97ca56b
remove NOT CGAL_HEADER_ONLY
2020-10-05 15:44:05 +02:00
Maxime Gimeno
fa2e8ec0a4
remove WITH_XXX cache options
2020-10-05 15:19:55 +02:00
Maxime Gimeno
27589e4b26
Remove preconfigured 3rd party libs options
2020-10-05 14:37:38 +02:00
Maxime Gimeno
9c15f2c9dc
Use FeatureSummary in the demo, and remove CGAL_FOUND
2020-08-04 12:46:17 +02:00
Laurent Rineau
5588cdfcd7
Bug! Install CGALConfigBuildVersion.cmake with the other files
2020-07-21 18:04:49 +02:00
Laurent Rineau
0e6302d1d5
Remove CGAL_REFERENCE_CACHE_DIR
...
That no longer works with header-only, anyway. Now we use the option
`-C` of CMake, with a small file loaded from the environment variable
`INIT_FILE`.
2020-07-02 15:02:20 +02:00
Laurent Rineau
81c1b96217
Merge branch 'releases/CGAL-5.0-branch'
2020-05-18 12:01:39 +02:00
Laurent Rineau
0ed0741489
Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch
2020-05-18 11:59:20 +02:00
Laurent Rineau
d85396c148
Make CGAL relocatable again
...
It will be relocatable if the user does not change
`CGAL_INSTALL_CMAKE_DIR` from its default.
2020-05-14 11:10:04 +02:00
Laurent Rineau
f4cf19f64b
Cosmetic: use variables from GNUInstallDirs instead of our guesses
2020-05-14 10:55:56 +02:00
Laurent Rineau
d30dfacf5f
Fix the testsuite of test/Installation/ with CTest
2020-05-13 21:15:55 +02:00
Laurent Rineau
15f0171013
Fix for the case where CGAL is configured
2020-05-06 13:36:38 +02:00
Sébastien Loriot
c5af2b25f3
Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch'
2020-04-22 13:27:29 +02:00
Sébastien Loriot
157bdbda08
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2020-04-22 13:26:52 +02:00
Maxime Gimeno
75152e76d2
Add switch in dependency script
2020-04-16 16:29:42 +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
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
Sébastien Loriot
590612a563
run the script to remove tabs and trailing whitespaces
2020-03-26 13:25:16 +01:00
Laurent Rineau
e828e60b8d
Merge pull request #4521 from maxGimeno/Installation-Fix_CGAL_WITH_Qt5-maxGimeno
...
Fix CGAL_Qt5_FOUND issue
2020-02-14 14:39:11 +01:00
Maxime Gimeno
8645e59f00
Fix Qt5 COMPONENT installation and don't copy Qt/* at installation step.
2020-02-12 14:24:29 +01:00
Laurent Rineau
97a8128f06
Merge pull request #4271 from maxGimeno/Installation-GMPXX-maxGimeno
...
Set GMPXX ON if detected
2020-02-07 16:25:11 +01:00