Fix qhull compilation on mac

This commit is contained in:
tamasmeszaros 2021-03-24 11:14:28 +01:00
parent b26b054c83
commit ca69309fa4

View File

@ -1,7 +1,7 @@
include(GNUInstallDirs) include(GNUInstallDirs)
prusaslicer_add_cmake_project(Qhull prusaslicer_add_cmake_project(Qhull
URL "https://github.com/qhull/qhull/archive/v8.0.0.zip" URL "https://github.com/qhull/qhull/archive/v8.0.1.zip"
URL_HASH SHA256=7edae57142989690bc432893da47db5b7069a150c82ba113e46977904ca326ef URL_HASH SHA256=5287f5edd6a0372588f5d6640799086a4033d89d19711023ef8229dd9301d69b
CMAKE_ARGS CMAKE_ARGS
-DINCLUDE_INSTALL_DIR=${CMAKE_INSTALL_INCLUDEDIR} -DINCLUDE_INSTALL_DIR=${CMAKE_INSTALL_INCLUDEDIR}
) )