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:
Matt Whitlock
2025-12-14 01:52:05 -05:00
committed by Patrick McLean
parent 1a7951f421
commit 8b6cf58954
8 changed files with 8 additions and 8 deletions

View File

@@ -82,7 +82,7 @@ src_configure() {
)
elif ! use test; then
mycmakeargs+=(
-DSIMDJSON_DEVELOPER_MODELBOOL=OFF
-DSIMDJSON_DEVELOPER_MODE:BOOL=OFF
)
fi

View File

@@ -83,7 +83,7 @@ src_configure() {
)
elif ! use test; then
mycmakeargs+=(
-DSIMDJSON_DEVELOPER_MODELBOOL=OFF
-DSIMDJSON_DEVELOPER_MODE:BOOL=OFF
)
fi

View File

@@ -83,7 +83,7 @@ src_configure() {
)
elif ! use test; then
mycmakeargs+=(
-DSIMDJSON_DEVELOPER_MODELBOOL=OFF
-DSIMDJSON_DEVELOPER_MODE:BOOL=OFF
)
fi

View File

@@ -83,7 +83,7 @@ src_configure() {
)
elif ! use test; then
mycmakeargs+=(
-DSIMDJSON_DEVELOPER_MODELBOOL=OFF
-DSIMDJSON_DEVELOPER_MODE:BOOL=OFF
)
fi

View File

@@ -83,7 +83,7 @@ src_configure() {
)
elif ! use test; then
mycmakeargs+=(
-DSIMDJSON_DEVELOPER_MODELBOOL=OFF
-DSIMDJSON_DEVELOPER_MODE:BOOL=OFF
)
fi

View File

@@ -83,7 +83,7 @@ src_configure() {
)
elif ! use test; then
mycmakeargs+=(
-DSIMDJSON_DEVELOPER_MODELBOOL=OFF
-DSIMDJSON_DEVELOPER_MODE:BOOL=OFF
)
fi

View File

@@ -83,7 +83,7 @@ src_configure() {
)
elif ! use test; then
mycmakeargs+=(
-DSIMDJSON_DEVELOPER_MODELBOOL=OFF
-DSIMDJSON_DEVELOPER_MODE:BOOL=OFF
)
fi

View File

@@ -83,7 +83,7 @@ src_configure() {
)
elif ! use test; then
mycmakeargs+=(
-DSIMDJSON_DEVELOPER_MODELBOOL=OFF
-DSIMDJSON_DEVELOPER_MODE:BOOL=OFF
)
fi