mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/simdjson: fix typo in CMake variable name
`SIMDJSON_DEVELOPER_MODELBOOL` → `SIMDJSON_DEVELOPER_MODE:BOOL` Signed-off-by: Matt Whitlock <gentoo@mattwhitlock.name> Part-of: https://github.com/gentoo/gentoo/pull/45020 Closes: https://github.com/gentoo/gentoo/pull/45020 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
committed by
Patrick McLean
parent
1a7951f421
commit
8b6cf58954
@@ -82,7 +82,7 @@ src_configure() {
|
||||
)
|
||||
elif ! use test; then
|
||||
mycmakeargs+=(
|
||||
-DSIMDJSON_DEVELOPER_MODELBOOL=OFF
|
||||
-DSIMDJSON_DEVELOPER_MODE:BOOL=OFF
|
||||
)
|
||||
fi
|
||||
|
||||
@@ -83,7 +83,7 @@ src_configure() {
|
||||
)
|
||||
elif ! use test; then
|
||||
mycmakeargs+=(
|
||||
-DSIMDJSON_DEVELOPER_MODELBOOL=OFF
|
||||
-DSIMDJSON_DEVELOPER_MODE:BOOL=OFF
|
||||
)
|
||||
fi
|
||||
|
||||
@@ -83,7 +83,7 @@ src_configure() {
|
||||
)
|
||||
elif ! use test; then
|
||||
mycmakeargs+=(
|
||||
-DSIMDJSON_DEVELOPER_MODELBOOL=OFF
|
||||
-DSIMDJSON_DEVELOPER_MODE:BOOL=OFF
|
||||
)
|
||||
fi
|
||||
|
||||
@@ -83,7 +83,7 @@ src_configure() {
|
||||
)
|
||||
elif ! use test; then
|
||||
mycmakeargs+=(
|
||||
-DSIMDJSON_DEVELOPER_MODELBOOL=OFF
|
||||
-DSIMDJSON_DEVELOPER_MODE:BOOL=OFF
|
||||
)
|
||||
fi
|
||||
|
||||
@@ -83,7 +83,7 @@ src_configure() {
|
||||
)
|
||||
elif ! use test; then
|
||||
mycmakeargs+=(
|
||||
-DSIMDJSON_DEVELOPER_MODELBOOL=OFF
|
||||
-DSIMDJSON_DEVELOPER_MODE:BOOL=OFF
|
||||
)
|
||||
fi
|
||||
|
||||
@@ -83,7 +83,7 @@ src_configure() {
|
||||
)
|
||||
elif ! use test; then
|
||||
mycmakeargs+=(
|
||||
-DSIMDJSON_DEVELOPER_MODELBOOL=OFF
|
||||
-DSIMDJSON_DEVELOPER_MODE:BOOL=OFF
|
||||
)
|
||||
fi
|
||||
|
||||
@@ -83,7 +83,7 @@ src_configure() {
|
||||
)
|
||||
elif ! use test; then
|
||||
mycmakeargs+=(
|
||||
-DSIMDJSON_DEVELOPER_MODELBOOL=OFF
|
||||
-DSIMDJSON_DEVELOPER_MODE:BOOL=OFF
|
||||
)
|
||||
fi
|
||||
|
||||
@@ -83,7 +83,7 @@ src_configure() {
|
||||
)
|
||||
elif ! use test; then
|
||||
mycmakeargs+=(
|
||||
-DSIMDJSON_DEVELOPER_MODELBOOL=OFF
|
||||
-DSIMDJSON_DEVELOPER_MODE:BOOL=OFF
|
||||
)
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user