Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Building 4.11 demos using CMake on Windows

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Building 4.11 demos using CMake on Windows


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Building 4.11 demos using CMake on Windows
  • Date: Wed, 4 Apr 2018 08:29:40 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:czU4IRRboTAIambArVlCcrJMhdpsv+yvbD5Q0YIujvd0So/mwa6yZBGN2/xhgRfzUJnB7Loc0qyK6/umATRIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSizexfb1/IA+qoQnNq8IbnZZsJqEtxxXTv3BGYf5WxWRmJVKSmxbz+MK994N9/ipTpvws6ddOXb31cKokQ7NYCi8mM30u683wqRbDVwqP6WACXWgQjxFFHhLK7BD+Xpf2ryv6qu9w0zSUMMHqUbw5Xymp4qF2QxHqlSgHLSY0/nzJhMx+jKxVoxyvqBJwzIHWfI6bO+Fzfr/fcN4AWWZNQshcWi5HD4ihb4UPFe0BPeNAooXzulUBswCxChO3BOPzyz9HmHn21rA83eQmCwHG3QsgH84Tu3jQrdv6KqASUeWrw6nU1zXCb/NY1i3h54jUdRAhu/GNUbd+fcHMzkQvDAfFjlKKqYzkODOVyv4Bs22f7+d7WuKvjnQoqwB1ojS12sgsjYzJi5sTx1vZ9it52J44KN+3RUJhfNKoDptduzuZOodoWM8vTGFltD44x7AFo5K3YicHxZU9yxLCb/GKfZKE7xDjWeuXPDx2nmhqeKiliBa36UWgyvPzVs2z0FtSqypKiNjMtnQU2x3d78iLVuJx/kmu1DuPzQzT5eZEIUc7larfNZEt2KI/lp0WsUjbHy/2nlv5jLOOe0gm9eWk8fnrbqvmq5OGNIJ4lBvyP6sul8CnBOQ3KAkOX2yV+eSm073j+FX0QK5Ojv0xiKnZsZfaJdgBqq68Bw9YyYkj6xOlADen1NQUh2UILFVAeB6flYjmJ0nOIOzkDfe4m1mjjDhryOrCPrH4H5rNL2PDn6v8fbZm8E5R0xEzzNBa55JMEL4NOvPzWknrtNzZFBA1KQK0w/y0QOl6g4gRUGbKDq6CO77JqneJ4PguKq+Cftw7ojH4frIe6vTnlmM4lFlVWa6z3JwLIDCXE/NjLlmDcFTlicsGC3ZL9EJqV+jtklyFTXhWY169Wqs94ncwD4fwXtSLfZyknLHUhHTzJZZRfG0TUgndQ0etTJ2NXrI3UAzXJ8ZgljIeUr34Et0u0BivsEnxzL81d7OIqB1djorq0Z1O38OWjQs7rGUmAMGU0mXLRGZxzDtRGm0GmZtnqEk48W+tlKh1h/sCSI5W7vJNFxg/bdvSk7E8BNf1VQbMONyOTQT+Tw==

The cmake script does the following:

if ( CGAL_FOUND AND CGAL_Qt5_FOUND AND Qt5_FOUND )

Maybe you did not build CGAL Qt5 library?

Sebastien.

On 04/03/2018 07:08 PM, Andrew Cunningham wrote:
Hi,
I am trying to build CGAL 4.11 demos using CMake and Visual Studio 2017 64-bit on Windows.
I have QT 5.7 installed.

I can generate nearly all the examples ( which of course require CGAL to build and run ), and some of the demos but CMake is not generating many of the demos with the following error message.

-- Configuring demo in demo/Polygon

Requested component: Qt5

Requested component: Core

Requested component: MPFR

Requested component: GMP

NOTICE: This demo requires CGAL, CGAL_Core, and Qt5, and will not be compiled.


What I don't understand is why is is complaining about CGAL(??) and Qt5 not being available when they are properly configured in CMake along with QGLViewer. CMake finds my QT installation correctly.


Thanks

Andrew







Archive powered by MHonArc 2.6.18.

Top of Page