* update most package versions
extent build_all.py to inject cmake modules
and use Ninja generator
* fix build problems while build on debian
use SYSTEM include paths (for clang++)
we should not use local installed header!
* fix banchmark example
finalize cmake project code injection as an option
* fix build problems on travis CI
gtest needs c++17
* Update examples/build_all.py
Co-authored-by: Lars Melchior <TheLartians@users.noreply.github.com>
* reindent py script requested by review
indent with only 2 spaces again
* changes according the review
the gtest build error seems to be a make -j cpucount problem
* revert filter too
Co-authored-by: Lars Melchior <TheLartians@users.noreply.github.com>
* add VERSION_PREFIX argument
* add fmt example
* add VERSION_PREFIX note to readme
* rollback, add info about determining version from git tag
* rollback version