From 8a9780113a855f4734365fce2a6b0ae969ff6fc4 Mon Sep 17 00:00:00 2001 From: Jose Luis Blanco Claraco Date: Mon, 27 Jul 2020 00:16:28 +0200 Subject: [PATCH] remove leftover cmake debug trace --- cmake/GtsamBuildTypes.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/GtsamBuildTypes.cmake b/cmake/GtsamBuildTypes.cmake index 53b21647d..53dacd3f5 100644 --- a/cmake/GtsamBuildTypes.cmake +++ b/cmake/GtsamBuildTypes.cmake @@ -105,8 +105,6 @@ if(MSVC) else() # Common to all configurations, next for each configuration: - message (STATUS "CMAKE_CXX_COMPILER_VERSION: ${CMAKE_CXX_COMPILER_VERSION}") - if ( ((CMAKE_CXX_COMPILER_ID MATCHES "Clang") AND (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 12.0.0)) OR (CMAKE_CXX_COMPILER_ID MATCHES "GNU")