Skip to content

Commit 4a01db5

Browse files
committed
Fix gap > libgap
1 parent acf364f commit 4a01db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ endif
114114
mpc = cc.find_library('mpc')
115115
mpfi = cc.find_library('mpfi')
116116

117-
gap = dependency('gap', version: '>=4.13.0', required: false)
117+
gap = dependency('libgap', version: '>=4.13.0', required: false)
118118
if not gap.found()
119119
# Fallback in case pkg-config info is not available
120120
# Test for common.h header that was added in 4.12 as a indirect version check

0 commit comments

Comments
 (0)