We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf364f commit 4a01db5Copy full SHA for 4a01db5
src/meson.build
@@ -114,7 +114,7 @@ endif
114
mpc = cc.find_library('mpc')
115
mpfi = cc.find_library('mpfi')
116
117
-gap = dependency('gap', version: '>=4.13.0', required: false)
+gap = dependency('libgap', version: '>=4.13.0', required: false)
118
if not gap.found()
119
# Fallback in case pkg-config info is not available
120
# Test for common.h header that was added in 4.12 as a indirect version check
0 commit comments