From 13a13696e3e0f593ef6a603945dbc88aa2026f33 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 28 Feb 2020 17:01:48 -0700 Subject: [PATCH] Remove debug messages --- Modules/FindNetCDF.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/Modules/FindNetCDF.cmake b/Modules/FindNetCDF.cmake index 224ac42..dacb1be 100644 --- a/Modules/FindNetCDF.cmake +++ b/Modules/FindNetCDF.cmake @@ -41,8 +41,6 @@ if (NOT NETCDF_INCLUDES OR NOT NETCDF_LIBRARIES) endif() endif() endif() - message(INFO "NETCDF_INCLUDES: ${NETCDF_INCLUDES}") - message(INFO "NETCDF_LIBRARIES: ${NETCDF_LIBRARIES}") endif(PKG_CONFIG_FOUND) endif (NOT NETCDF_INCLUDES OR NOT NETCDF_LIBRARIES)