aboutsummaryrefslogtreecommitdiff
path: root/ports/cgal/CONTROL
diff options
context:
space:
mode:
authorLaurent Rineau <Laurent.Rineau@cgal.org>2019-03-11 21:48:26 +0100
committerPhil Christensen <philc@microsoft.com>2019-03-11 13:48:26 -0700
commit5862fba5ff99d933a8d9d3922a73a5582b8bc3ff (patch)
tree60ed0a0060722a91951e4cf7a9053e2ec3ad96c6 /ports/cgal/CONTROL
parent3eb244085f641e70ef9ac68c4933a9597242fc23 (diff)
downloadvcpkg-5862fba5ff99d933a8d9d3922a73a5582b8bc3ff.tar.gz
vcpkg-5862fba5ff99d933a8d9d3922a73a5582b8bc3ff.zip
Install CGAL as header-only (#4975)
* 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.
Diffstat (limited to 'ports/cgal/CONTROL')
-rw-r--r--ports/cgal/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cgal/CONTROL b/ports/cgal/CONTROL
index a84c50ce1..7412e414a 100644
--- a/ports/cgal/CONTROL
+++ b/ports/cgal/CONTROL
@@ -1,5 +1,5 @@
Source: cgal
-Version: 4.13-2
+Version: 4.13-3
Build-Depends: mpfr, mpir, zlib, boost-format, boost-container, boost-iterator, boost-variant, boost-any, boost-unordered, boost-random, boost-foreach, boost-graph, boost-heap, boost-logic
Description: The Computational Geometry Algorithms Library (CGAL) is a C++ library that aims to provide easy access to efficient and reliable algorithms in computational geometry.