我已经运行了: apt-get install -y libcgal-ipelets libcgal-dev libcgal-qt5-dev libcgal-demo 但是当我尝试用cmake编译一个简单的CGAL程序时: cmake_minimum_required(VERSION 3.1)#CGAL_Qt5 is needed for the drawing and CGAL_Core is needed for this special Kernel.
find_package(CGAL REQUIRED COMPONENTS Qt5 Core)