From b525cd9e32f5ea2f71b6ec278b4c69a4e1e7485f Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 6 Apr 2016 17:11:11 +0000 Subject: [PATCH] Remove testing diagnostic message git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6584 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- CMake/Modules/Findhamlib.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/CMake/Modules/Findhamlib.cmake b/CMake/Modules/Findhamlib.cmake index 340bde131..1590f051d 100644 --- a/CMake/Modules/Findhamlib.cmake +++ b/CMake/Modules/Findhamlib.cmake @@ -22,7 +22,6 @@ if (__hamlib_pc_path) set (ENV{PKG_CONFIG_PATH} "${__hamlib_pc_path}" "$ENV{PKG_CONFIG_PATH}") unset (__hamlib_pc_path CACHE) endif () -message (STATUS "ENV{PKG_CONFIG_PATH} $ENV{PKG_CONFIG_PATH}") # Use pkg-config to get hints about paths, libs and, flags unset (__pkg_config_checked_hamlib CACHE)