summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authororbea <orbea@riseup.net>2020-01-21 06:54:23 -0800
committerSébastien Helleu <flashcode@flashtux.org>2020-01-30 22:05:43 +0100
commit6d2d3041369ca22d71185a1e816355d993e9bf7f (patch)
treebf492315061cebbf43d600bbc31bbfb6c02d1752 /cmake
parentd2dda92dafcf346d1a158f308e7f8fbfcc313281 (diff)
downloadweechat-6d2d3041369ca22d71185a1e816355d993e9bf7f.zip
Fix the build with guile-3.0.0.
v2: Update configure.ac too. Signed-off-by: orbea <orbea@riseup.net>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindGuile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindGuile.cmake b/cmake/FindGuile.cmake
index b6928e66c..501e86e26 100644
--- a/cmake/FindGuile.cmake
+++ b/cmake/FindGuile.cmake
@@ -33,7 +33,7 @@ endif()
find_package(PkgConfig)
if(PKG_CONFIG_FOUND)
- pkg_search_module(GUILE guile-2.2 guile-2.0)
+ pkg_search_module(GUILE guile-3.0 guile-2.2 guile-2.0)
if(GUILE_FOUND)
# check if variable "scm_install_gmp_memory_functions" exists
set(CMAKE_REQUIRED_INCLUDES ${GUILE_INCLUDE_DIRS})