From 1c3d365b1008a4a176a28169ad4ee085a00d49ea Mon Sep 17 00:00:00 2001 From: Nathaniel Cesario Date: Mon, 25 Jan 2021 18:35:12 -0700 Subject: 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 --- BUILD.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'BUILD.md') diff --git a/BUILD.md b/BUILD.md index 95db93c39..f9e11f4e2 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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 -- cgit v1.2.3