heitzmann / gdstk

Gdstk (GDSII Tool Kit) is a C++/Python library for creation and manipulation of GDSII and OASIS files.
https://heitzmann.github.io/gdstk/
Boost Software License 1.0
324 stars 78 forks source link

Find Qhull's version check does not work. #212

Closed ghost closed 7 months ago

ghost commented 8 months ago

FindQhull works successfully on my machine, and finds the systemwide qhull, which is of version 7.2.0.

This is an error, because -master actually needs 8.0.2, or something like that. Hence the build results in an error.

The line in CMakeLists.txt is find_package(Qhull 8), but apparently that 8 is either not used, or checked incorrectly.