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>
1 file changed
tree: dc631eb2ac18ebc77489ec35b62d6eb4b6b6028a
  1. .github/
  2. ci/
  3. libckteec/
  4. libseteec/
  5. libteeacl/
  6. libteec/
  7. public/
  8. scripts/
  9. tee-supplicant/
  10. .gitattributes
  11. .gitignore
  12. .travis.yml
  13. Android.mk
  14. android_flags.mk
  15. CMakeLists.txt
  16. CMakeToolchain.txt
  17. config.mk
  18. flags.mk
  19. LICENSE
  20. Makefile
  21. README.md
  22. typedefs.checkpatch
README.md

OP-TEE Client API

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