aboutsummaryrefslogtreecommitdiff
path: root/ports/cgal/CONTROL
AgeCommit message (Collapse)Author
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-05-17[openmvs] add new port, fix one of the dependencies [cgal] along the roadStefano Sinigardi
2019-04-02Update CGAL to version 4.14 (#5734)Laurent Rineau
* CGAL now depends also on Boost Multiprecision * Update to release 4.14
2019-03-11Install CGAL as header-only (#4975)Laurent Rineau
* Update to install CGAL as header-only I think the issue #2471 would be completely solved, if vcpkg installed CGAL as header-only. That way, the installed `CGALConfig.cmake` would search for its dependencies, instead of hard-coding their path in the file. * Bump the version * Fix the cleaning Once CGAL is header-only, no binary library is created, and the `debug/` directory got empty. This commit fixes the cleaning: now the whole `debug/` directory is removed.
2018-11-07CGAL: Fix CMakeConfig.cmake (#4655)Maxime GIMENO
* Fix CMakeConfig * [cgal] Bump control version
2018-10-08[cgal] Update to 4.13. (#4390)Maxime GIMENO
* Update to 4.13 and minimize the qt5 dependency. * [cgal] Fix license installation for new git repo layout * [cgal] Remove vcpkg_test_cmake until x64 can be fixed
2018-06-06[cgal] feature qt5 (#3646)cDc
2018-04-27[cgal] update to 4.12jasjuang
2018-02-27[cgal] update to 4.11.1 (#2894)Jason Juang
2018-02-07[cgal] Avoid using absolute paths in cmake config fileRobert Schumacher
2018-01-08[cgal] Use CGAL_INSTALL_CMAKE_DIR to force an installation path for CMake filesAlbert Ziegenhagel
2017-12-19Update downstream libraries to use modularized boostRobert Schumacher
2017-10-13new port: cgaljasjuang