mirror of https://github.com/CGAL/cgal
Without find_package(GMP), GMP_FOUND does not exist in this scope
... and then some programs are not tested.
This commit is contained in:
parent
bd172e5aa4
commit
e2e623c8a7
|
|
@ -68,6 +68,7 @@ if ( CGAL_FOUND )
|
|||
create_single_source_cgal_program( "to_interval_test.cpp" )
|
||||
create_single_source_cgal_program( "unsigned.cpp" )
|
||||
create_single_source_cgal_program( "utilities.cpp" )
|
||||
find_package( GMP )
|
||||
if( GMP_FOUND )
|
||||
create_single_source_cgal_program( "CORE_Expr_ticket_4296.cpp" )
|
||||
find_package( MPFI )
|
||||
|
|
|
|||
Loading…
Reference in New Issue