Skip to content

Commit

Permalink
ixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
efifogel committed Jan 8, 2024
1 parent 2c70c53 commit e357e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arrangement_on_surface_2/demo/earth/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (NOT CGAL_FOUND OR NOT CGAL_Qt6_FOUND OR NOT Qt6_FOUND OR NOT Boost_FOUND)
if (NOT CGAL_Qt6_FOUND)
set(MISSING_DEPS "the CGAL Qt6 component, ${MISSING_DEPS}")
endif()
if (NOT CGAL_Qt6_FOUND)
if (NOT Qt6_FOUND)
set(MISSING_DEPS "the Qt6 library, ${MISSING_DEPS}")
endif()
if (NOT CGAL_Boost_FOUND)
Expand Down

0 comments on commit e357e1a

Please sign in to comment.