mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
sci-mathematics/aspcud: includedir for catch
Closes: https://bugs.gentoo.org/842720 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
parent
e4b6ba24f5
commit
d4c831ca37
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
inherit cmake flag-o-matic
|
||||
|
||||
DESCRIPTION="A solver for package problems in CUDF format"
|
||||
HOMEPAGE="
|
||||
@ -37,6 +37,7 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
append-cxxflags "-I/usr/include/catch2"
|
||||
local mycmakeargs=(
|
||||
-DASPCUD_BUILD_TESTS=$(usex test)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user