Skip to content

Commit

Permalink
Ops, one more typo
Browse files Browse the repository at this point in the history
  • Loading branch information
efifogel committed Jan 16, 2024
1 parent e357e1a commit f801cea
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 @@ -26,7 +26,7 @@ if (NOT CGAL_FOUND OR NOT CGAL_Qt6_FOUND OR NOT Qt6_FOUND OR NOT Boost_FOUND)
if (NOT Qt6_FOUND)
set(MISSING_DEPS "the Qt6 library, ${MISSING_DEPS}")
endif()
if (NOT CGAL_Boost_FOUND)
if (NOT Boost_FOUND)
set(MISSING_DEPS "the Boost library, ${MISSING_DEPS}")
endif()

Expand Down

0 comments on commit f801cea

Please sign in to comment.