sci-mathematics/cvc4: fix cmake build type

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2025-06-05 11:18:49 +02:00
parent 94676230c2
commit cdc6f473f0

View File

@@ -50,6 +50,7 @@ src_configure() {
-DENABLE_STATISTICS="$(usex statistics ON OFF)"
-DENABLE_PROOFS="$(usex proofs ON OFF)"
)
CMAKE_BUILD_TYPE="Gentoo"
cmake_src_configure
# Bug #934053 - build with musl
antlr3 "${S}"/src/parser/cvc/Cvc.g -fo "${BUILD_DIR}"/src/parser/cvc || die