diff options
author | Nathaniel Cesario <nathaniel@lunarg.com> | 2021-01-25 18:35:12 -0700 |
---|---|---|
committer | ncesario-lunarg <71668273+ncesario-lunarg@users.noreply.github.com> | 2021-02-03 10:06:23 -0700 |
commit | 1c3d365b1008a4a176a28169ad4ee085a00d49ea (patch) | |
tree | 0cddf5ea79fb562681c38cdfd43d1eebe83b9409 /BUILD.md | |
parent | 5f585ae240dd63eb2086ad8d317b7eeb141d9cdb (diff) | |
download | Vulkan-ValidationLayers-1c3d365b1008a4a176a28169ad4ee085a00d49ea.tar.gz Vulkan-ValidationLayers-1c3d365b1008a4a176a28169ad4ee085a00d49ea.tar.bz2 Vulkan-ValidationLayers-1c3d365b1008a4a176a28169ad4ee085a00d49ea.zip |
build: Fixes on higher C++ standards
- Fix compiler warnings appearing against clang 11
- Fix compiler warnings and errors when increasing the C++ standard
- Add cmake option for building against a different C++ standard
- Apply CXX_STANDARD per target rather than globally
Change-Id: I737d7974887c54994692dbe1800595010d0552a9
Diffstat (limited to 'BUILD.md')
-rw-r--r-- | BUILD.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -219,6 +219,9 @@ specific requirements for configuring and building these components. execution. - Please use `update_deps.py --help` to list additional options and read the internal documentation in `update_deps.py` for further information. +- You can build against different C++ standards by setting the + `VVL_CPP_STANDARD` option at cmake generation time. Current code is writtent + to compile under C++11. ### Generated source code |