heitzmann/gdstk

Find Qhull's version check does not work.

lockywolf opened this issue · 0 comments

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.