mirror of https://github.com/CGAL/cgal
removed useless msg in cmake
This commit is contained in:
parent
22822de7cc
commit
934b67d980
|
|
@ -7,7 +7,6 @@ cmake_minimum_required(VERSION 3.1...3.15)
|
|||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
find_package(CGAL REQUIRED COMPONENTS Core)
|
||||
message(STATUS "Found CGAL")
|
||||
|
||||
include(${CGAL_USE_FILE})
|
||||
include(CGAL_CreateSingleSourceCGALProgram)
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ cmake_minimum_required(VERSION 3.1...3.15)
|
|||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
find_package(CGAL REQUIRED COMPONENTS Core)
|
||||
message(STATUS "Found CGAL")
|
||||
|
||||
include(${CGAL_USE_FILE})
|
||||
include(CGAL_CreateSingleSourceCGALProgram)
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ cmake_minimum_required(VERSION 3.1...3.15)
|
|||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
find_package(CGAL REQUIRED COMPONENTS Core)
|
||||
message(STATUS "Found CGAL")
|
||||
|
||||
include(${CGAL_USE_FILE})
|
||||
include(CGAL_CreateSingleSourceCGALProgram)
|
||||
|
|
|
|||
Loading…
Reference in New Issue