Subject: CGAL users discussion list
List archive
- From: "Laurent Rineau (CGAL/GeometryFactory)" <>
- To:
- Subject: Re: [cgal-discuss] No available formula with the name "cgal-qt5"
- Date: Fri, 26 Jun 2020 16:28:14 +0200
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
- Ironport-phdr: 9a23:Kp5XGhYw38WnTg9AyHvCvWr/LSx+4OfEezUN459isYplN5qZrsS7bnLW6fgltlLVR4KTs6sC17OL9fmxACdfvd6oizMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpTEdFQ/iOgVrO+/7BpDdj9it1+C15pbffxhEiCCybL9vLBi6txjdu80LjYdtKKs8xQbCr2dVdehR2W5mP0+YkQzm5se38p5j8iBQtOwk+sVdT6j0fLk2QKJBAjg+PG87+MPktR/YTQuS/XQcSXkZkgBJAwfe8h73WIr6vzbguep83CmaOtD2TawxVD+/4apnVAPkhSEaPDM/7WrZiNF/jLhDrRyhuRJx3oDaboKSNPV8cKPSctwUSnZaU8ZNSiJMGJ+wY5cTA+YfO+tTsonzp0EJrRu7HQSgCuXhxSVVhn/sw6I61fghGhza0gwhGdIBrm7brMjoP6sWT+27zbXFwzPYY/1Xxzj9743IfQ49ofGWXbN+cdDexlUzFwPClFWRqYnpMz2I3ekKt2iU9fdgVfixhG4htwF9uCKvxsYqiobXnI0V10vJ+jl2wIkvId20Ukl7YcSrEJZJsSyRKoR5TN84TW5ypCY61qMJuYS9fCUSyJoqwwLTZv6EfoWJ4x/uSPqdLDlmiH55dr+yiAu+/Vakx+DgWMS5zEhHojRGn9TOsn0A1xLd5MiaR/dh+kqtxzCC3B3d5OFDJEA7j6vbK5g5z74/iJUTtkHDETHqmEXsjK6WeF8r9fS06+TgeLXnpoWQOJNzigH7KqghhsO/Dv48MgQUWGib4+u82bv+9kP6WLVHluA6nrfdvZzAOMgWoqq0DxVR34si8RqyACuq3MwckHUaNl5JZRCKgobzN1zKIv30F+qzjleinTpt2vvIJKfuAo/XIXjGiLrhfahy60pbyAcry9BQ+ZxUBqsfL/L1QU/9rtLYDgUhPwy1xeboFsl925sDVW6RBqKVKr7evFuM6+41J+SBZZUZtTnhJ/Q94v7hl345mVsTfamz2psXbWi1HvB8LEWEe3rjnNEBEXsQsgokTezqjkONXiROZ3upQ6086Ss0CIa8AYfEXICtj6SN3D2nEZ1OemBGFleMHG/0eIWLQfgMbDueLdJgkjwfSbehVpQh1Qq1uQ/hy7tnK/LU9TcCuZLi0th1/ezTmgso+Tx6FcTOm12KGmp7l2dNSz4t171kumR8zE2C2O52ma92D9tWsrltWxogOJjAh9Z7Dd37R0qBVfigbBGJT9KjDC0rX/w4yMMJeVc8UZ32ihnexSesH/kPlrqGDYEc+a3V2z72PckrmCWO77Uok1RzGpgHDmahnKMqr1GOVb6MqF2QkuORTYpZ3CPJ8z7Zn2yDsgdVVhU2X7+XBSlDNHuTlszw4wb5d5HrEa4ua1MTwsGLLu1NcNK71QwXFsemA8zXZieKo0n1AB+Jwr2Wa4+zIzcW0yzZTk8enFJI8A==
- Organization: GeometryFactory
On Friday, June 26, 2020 12:19:54 AM CEST Chris Marsh wrote:
> -DQt5_DIR=`brew --prefix qt5`/lib/cmake/Qt5
As a side note, I think everybody should use `CMAKE_PREFIX_PATH` instead of
specific variables like `Qt5_DIR`:
cmake -DCMAKE_PREFIX_PATH=`brew --prefix qt5` -DCMAKE_BUILD_TYPE=Release
.
Advantages:
- no need to retrieve the name of the variables `Qt5_DIR`, `Boost_DIR`,
`ZLIB_DIR` (or `Zlib_DIR`, who knows?),
- CMake is smart enough to search in the platform-dependent sub-directories
like `lib/cmake/Qt5` by itself.
--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/
- [cgal-discuss] No available formula with the name "cgal-qt5", Himanshu Sharma, 06/15/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Maxime Gimeno, 06/16/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Laurent Rineau (CGAL/GeometryFactory), 06/17/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Himanshu Sharma, 06/23/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Maxime Gimeno, 06/24/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Himanshu Sharma, 06/25/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Maxime Gimeno, 06/25/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Chris Marsh, 06/26/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Himanshu Sharma, 06/26/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Laurent Rineau (CGAL/GeometryFactory), 06/26/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Chris Marsh, 06/26/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Chris Marsh, 06/26/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Maxime Gimeno, 06/25/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Himanshu Sharma, 06/25/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Maxime Gimeno, 06/24/2020
- Re: [cgal-discuss] No available formula with the name "cgal-qt5", Himanshu Sharma, 06/23/2020
Archive powered by MHonArc 2.6.19+.