Skip to content

Commit

Permalink
fix macro name
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Mar 14, 2024
1 parent 87ab37e commit 694099b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Number_types/test/Number_types/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ create_single_source_cgal_program("utilities.cpp")
create_single_source_cgal_program("Exact_rational.cpp")
create_single_source_cgal_program("Mpzf_new.cpp")

if( CGAL_CORE_FOUND )
if( CGAL_Core_FOUND )
create_single_source_cgal_program( "CORE_Expr_ticket_4296.cpp" )
create_single_source_cgal_program("CORE_BigFloat.cpp")
create_single_source_cgal_program("CORE_BigInt.cpp")
Expand All @@ -72,7 +72,7 @@ if( CGAL_CORE_FOUND )
if( MPFI_FOUND )
include( ${MPFI_USE_FILE} )
endif() #MPFI_FOUND
endif() #CGAL_CORE_FOUND
endif() #CGAL_Core_FOUND

if(NOT CGAL_DISABLE_GMP)
create_single_source_cgal_program( "Gmpfi.cpp" )
Expand Down

0 comments on commit 694099b

Please sign in to comment.