From 934b67d9806bd9a19c6029abe9fc92fd3c75bfb1 Mon Sep 17 00:00:00 2001 From: Dmitry Anisimov Date: Fri, 6 Aug 2021 13:37:39 +0200 Subject: [PATCH] removed useless msg in cmake --- .../benchmark/Shape_regularization/CMakeLists.txt | 1 - .../examples/Shape_regularization/CMakeLists.txt | 1 - Shape_regularization/test/Shape_regularization/CMakeLists.txt | 1 - 3 files changed, 3 deletions(-) diff --git a/Shape_regularization/benchmark/Shape_regularization/CMakeLists.txt b/Shape_regularization/benchmark/Shape_regularization/CMakeLists.txt index 6d1829765cf..93b621af0c5 100644 --- a/Shape_regularization/benchmark/Shape_regularization/CMakeLists.txt +++ b/Shape_regularization/benchmark/Shape_regularization/CMakeLists.txt @@ -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) diff --git a/Shape_regularization/examples/Shape_regularization/CMakeLists.txt b/Shape_regularization/examples/Shape_regularization/CMakeLists.txt index 1addefbd3e9..7320ff2fa0c 100644 --- a/Shape_regularization/examples/Shape_regularization/CMakeLists.txt +++ b/Shape_regularization/examples/Shape_regularization/CMakeLists.txt @@ -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) diff --git a/Shape_regularization/test/Shape_regularization/CMakeLists.txt b/Shape_regularization/test/Shape_regularization/CMakeLists.txt index 491cf610909..0f2d40b07c4 100644 --- a/Shape_regularization/test/Shape_regularization/CMakeLists.txt +++ b/Shape_regularization/test/Shape_regularization/CMakeLists.txt @@ -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)