Skip to content

Commit

Permalink
Change cgal for qhull
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminmenetrier committed Oct 3, 2024
1 parent 55e2045 commit 02342df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/atlas-import.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ endif()

## CGAL
if( atlas_HAVE_TESSELATION AND atlas_REQUIRES_PRIVATE_DEPENDENCIES )
find_dependency( CGAL HINTS @CGAL_DIR@ )
find_dependency( Qhull HINTS @QHULL_DIR@ )
# find_dependency( CGAL HINTS @CGAL_DIR@ )
endif()

## Fortran
Expand Down

0 comments on commit 02342df

Please sign in to comment.