Without find_package(GMP), GMP_FOUND does not exist in this scope

... and then some programs are not tested.
This commit is contained in:
Laurent Rineau 2020-07-21 17:24:47 +02:00
parent bd172e5aa4
commit e2e623c8a7
1 changed files with 1 additions and 0 deletions

View File

@ -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 )