| commit | 1056b40862203ef5a561d088fd7bb54e79a46e0e | [log] [tgz] |
|---|---|---|
| author | Etienne Carriere <etienne.carriere@linaro.org> | Mon Dec 05 15:39:07 2022 +0100 |
| committer | Jérôme Forissier <jerome@forissier.org> | Thu Dec 08 16:19:39 2022 +0100 |
| tree | dc631eb2ac18ebc77489ec35b62d6eb4b6b6028a | |
| parent | bbdf665aba39c29a3ce7bd06e4554c62a416ebaa [diff] |
cmake: define boolean switch CFG_WERROR with option() Replaces use of set() with option() for CFG_WERROR boolean switch. Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Eero Aaltonen <eero.aaltonen@vaisala.com> Tested-by: Eero Aaltonen <eero.aaltonen@vaisala.com> Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_client.
// OP-TEE core maintainers