mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-mathematics/cvc4: cmake now requires 3.5
Closes: https://bugs.gentoo.org/953543 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -68,7 +68,7 @@ src_configure() {
|
||||
-e "s|lo = NULL|lo = 0|g" \
|
||||
-e "s|hi = NULL|hi = 0|g" \
|
||||
"${BUILD_DIR}"/src/parser/cvc/CvcParser.c \
|
||||
die
|
||||
|| die
|
||||
}
|
||||
|
||||
src_test() {
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
--- a/CMakeLists.txt 2019-07-09 14:47:12.552425226 +0200
|
||||
+++ b/CMakeLists.txt 2019-07-09 14:50:02.595001358 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-cmake_minimum_required(VERSION 3.2)
|
||||
+cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
#-----------------------------------------------------------------------------#
|
||||
# Project configuration
|
||||
@@ -83,7 +83,7 @@
|
||||
#-----------------------------------------------------------------------------#
|
||||
|
||||
|
||||
Reference in New Issue
Block a user