From 31cbc3be24146887117dd4af5e1a162104936048 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Wed, 31 Jan 2024 15:57:58 +0000 Subject: [PATCH] Remove deprecated stuff --- project_summary.cmake | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/project_summary.cmake b/project_summary.cmake index 24ccc35c8..644f7db4d 100644 --- a/project_summary.cmake +++ b/project_summary.cmake @@ -1,7 +1,4 @@ -#if( SWIG_FOUND ) -# message( STATUS " SWIG command : [${SWIG_EXECUTABLE}]" ) -#endif() - +# Third-party libraries foreach( _tpl ${ECCODES_TPLS} ) string( TOUPPER ${_tpl} TPL ) if( ${TPL}_FOUND )