Skip to content

Commit

Permalink
QHULL_AVAILABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
gaschler committed Oct 23, 2015
1 parent f82c4b0 commit 4eb5bb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/boundingmesh/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ if(COIN_FOUND)
endif(COIN_FOUND)

if(QHULL_FOUND)
add_definitions(-DQHULL_AVAILABLE)
set(BOUNDINGMESH_INCLUDE_DIRS ${BOUNDINGMESH_INCLUDE_DIRS} ${QHULL_INCLUDE_DIRS})
else(QHULL_FOUND)
message("Not building boundingmesh-convexhull, would need QHULL library.")
Expand Down

0 comments on commit 4eb5bb4

Please sign in to comment.