coin: Introduce a COIN_DOC_CMAKE_ARGS env variable

This can be used to configure extra cmake args for the documentation
build in coin.

Pick-to: 6.8
Change-Id: I11417bee9630aebe0bbc118cd843b1536101da71
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Dominik Holland 2024-08-19 13:35:52 +02:00 committed by Alexandru Croitor
parent be2c03064c
commit b956a909c5

View File

@ -17,7 +17,7 @@ instructions:
- type: EnvironmentVariable
variableName: COIN_CMAKE_ARGS
variableValue: "-DQT_BUILD_TESTS=OFF"
variableValue: "-DQT_BUILD_TESTS=OFF {{.Env.COIN_DOC_CMAKE_ARGS}}"
- type: EnvironmentVariable
variableName: CONFIGURE_ENV_PREFIX
variableValue: "{{.Env.ENV_PREFIX}}"