Open lrineau opened 1 year ago
@lrineau Any chance we can get vcpkg updated?
@lrineau Any chance we can get vcpkg updated?
https://github.com/microsoft/vcpkg/pull/41845 has been merged 3 weeks ago so it should be available.
@lrineau Any chance we can get vcpkg updated?
It is already updated. Check the vcpkg documentation, for example the vcpkg update
command.
[lrineau@fernand]~/Git/vcpkg% ./vcpkg search cgal
cgal 6.0.1 The Computational Geometry Algorithms Library (CGAL) is a C++ library that...
cgal[qt] Qt GUI support for CGAL
libigl[cgal] Build with cgal
The result may be outdated. Run `git pull` to get the latest results.
If your port is not listed, please open an issue at and/or consider making a pull request. - https://github.com/Microsoft/vcpkg/issues
If you see something different, then you need to use git pull
in your vcpkg installation directory.
Previous release: #6453
Next release: #8223
Before the beta release
Installation/lib/cmake/CGAL/CGALConfigVersion.cmake
Installation/include/CGAL/version.h
--beta 1 --public
to the command lineCHANGES.md
https://github.com/CGAL/cgal/pull/8226CHANGES.md
https://github.com/CGAL/cgal/pull/8226CHANGES.md
https://github.com/CGAL/cgal/pull/8226Documentation/doc/resources/1.8.13/menu_version.js
and the other three copiesAfter the beta release
--beta 2
to the command lineInstallation/include/CGAL/version.h
(for header-only)Installation/lib/cmake/CGAL/CGALConfigVersion.cmake
Before the official release
Installation/include/CGAL/version.h
(for header-only)Installation/lib/cmake/CGAL/CGALConfigVersion.cmake
--beta 1
from the command linemenu_version.js
in the documentation.After the official release
bash tag_pr_per_release.sh
(see https://github.com/CGAL/cgal/pull/4000)/home/lrineau/CGAL/create_internal_release
on cgal.gf.com