gnucash maint: CMake: Mute guile-2.2 again

Frank H.Ellenberger fell at code.gnucash.org
Mon Oct 26 20:57:02 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/fedaa133 (commit)
	from  https://github.com/Gnucash/gnucash/commit/946cbef9 (commit)



commit fedaa1339601c0f21e984707dc22858ebbd41ef0
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Tue Oct 27 01:56:45 2020 +0100

    CMake: Mute guile-2.2 again

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1617a1d9c..7b70839f5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -279,7 +279,7 @@ string(REGEX MATCH "^[0-9]+[.]" SWIG_MAJOR ${SWIG_VERSION})
 
 # guile library and include dir
 pkg_check_modules (GUILE3 guile-3.0 QUIET)
-pkg_check_modules (GUILE22 guile-2.2)
+pkg_check_modules (GUILE22 guile-2.2 QUIET)
 pkg_check_modules (GUILE2 guile-2.0>=2.0.9 QUIET)
 
 if (GUILE3_FOUND) # found guile-3.0



Summary of changes:
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list