From fedaa1339601c0f21e984707dc22858ebbd41ef0 Mon Sep 17 00:00:00 2001 From: "Frank H. Ellenberger" Date: Tue, 27 Oct 2020 01:56:45 +0100 Subject: [PATCH] CMake: Mute guile-2.2 again --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1617a1d9c8..7b70839f5f 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