From f801ceae09cc0b452dc1f321b3520efddec9caf1 Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Tue, 16 Jan 2024 13:52:20 +0200 Subject: [PATCH] Ops, one more typo --- Arrangement_on_surface_2/demo/earth/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arrangement_on_surface_2/demo/earth/CMakeLists.txt b/Arrangement_on_surface_2/demo/earth/CMakeLists.txt index 45e65c192107..9a40d9b6c108 100644 --- a/Arrangement_on_surface_2/demo/earth/CMakeLists.txt +++ b/Arrangement_on_surface_2/demo/earth/CMakeLists.txt @@ -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()