Skip to content

Commit

Permalink
Update to CGAL 5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrzeczkowicz committed Oct 29, 2024
1 parent 55a8749 commit 9a6ca7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if(CMAKE_BUILD_TYPE MATCHES "Debug")
endif()

# CGAL and its components
find_package( CGAL 5.4.1 QUIET COMPONENTS )
find_package( CGAL 5.4.5 QUIET COMPONENTS )

if ( NOT CGAL_FOUND )

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Create LOD2 model from DSM, DTM, land use map, LOD0 building footprint and orthophoto.

# Requirements (test version)
- CGAL (5.4.1)
- CGAL (5.4.5)
- GDAL (3.5.0)
- Eigen (3.4.0)
- Ceres (2.1.0)
Expand Down

0 comments on commit 9a6ca7b

Please sign in to comment.