Skip to content
Snippets Groups Projects
Commit de8ddb94 authored by Markus Grotz's avatar Markus Grotz
Browse files

fixed check for external qhull dependency

parent 0bdee479
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ ENDMACRO(ADD_GRASPSTUDIO_TEST)
OPTION(BUILD_qhull "if on builds qhull external library" OFF)
IF(NOT BUILD_qhull)
find_package(QHULL QUIET)
IF (NOT qhull_FOUND)
IF (NOT QHULL_FOUND)
MESSAGE (STATUS "Could not find QHULL, building internal version simox-qhull")
SET (BUILD_qhull ON)
SET (BUILD_qhull ON PARENT_SCOPE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment