Skip to content

Commit

Permalink
Bump CGAL to 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Oct 2, 2023
1 parent 6646198 commit 003828f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if( ${CGAL_USE_AUTOLINK} )
add_definitions( "-DCGAL_NO_AUTOLINK" )
endif()

find_package( CGAL 5.3 COMPONENTS Core REQUIRED )
find_package( CGAL 5.6 COMPONENTS Core REQUIRED )
message( STATUS "CGAL ${CGAL_VERSION} found" )

include_directories( ${CMAKE_BINARY_DIR}/include )
Expand Down

0 comments on commit 003828f

Please sign in to comment.