From a015b1de233e2bbf5fba397833c60f041dd67c76 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 26 Jun 2023 15:37:44 +0100 Subject: [PATCH] Fix Straight_skeleton_extrusion test --- .../test/Straight_skeleton_extrusion_2/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Straight_skeleton_extrusion_2/test/Straight_skeleton_extrusion_2/CMakeLists.txt b/Straight_skeleton_extrusion_2/test/Straight_skeleton_extrusion_2/CMakeLists.txt index f29dcb4e929..8dd920fdf64 100644 --- a/Straight_skeleton_extrusion_2/test/Straight_skeleton_extrusion_2/CMakeLists.txt +++ b/Straight_skeleton_extrusion_2/test/Straight_skeleton_extrusion_2/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.1...3.23) project(Straight_skeleton_extrusion_2_Tests) -find_package(CGAL REQUIRED COMPONENTS Qt5 Core) +find_package(CGAL REQUIRED COMPONENTS Qt6 Core) include_directories(BEFORE "include") @@ -17,6 +17,6 @@ foreach(cppfile ${cppfiles}) create_single_source_cgal_program("${cppfile}") endforeach() -if(CGAL_Qt5_FOUND) +if(CGAL_Qt6_FOUND) target_link_libraries(test_sls_extrude PUBLIC CGAL::CGAL_Basic_viewer) endif()