Skip to content

Commit

Permalink
Bugfix for Qhull (#230)
Browse files Browse the repository at this point in the history
Co-authored-by: Willem Deconinck <willem.deconincke@ecmwf.int>
  • Loading branch information
benjaminmenetrier and Willem Deconinck authored Oct 10, 2024
1 parent 84ec3e1 commit df6290e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/atlas-import.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ if( atlas_HAVE_ECTRANS AND atlas_REQUIRES_PRIVATE_DEPENDENCIES )
endif()
endif()

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

## Fortran
Expand Down

0 comments on commit df6290e

Please sign in to comment.