commit | 6f1241c29dd5fa5921f058abbd91997a3c8e9b2a | [log] [tgz] |
---|---|---|
author | Claus Klein <claus.klein.sha@googlemail.com> | Sun Aug 11 15:35:44 2019 +0200 |
committer | Viktor Kirilov <vik.kirilov@gmail.com> | Sun Aug 11 16:35:44 2019 +0300 |
tree | 003a0952d95114a5a1e02b4e908a1ad5743e9868 | |
parent | ebc76d5e79445f1be5771c18e017db999c2baf35 [diff] [blame] |
Fixes to the documentation + forcing C++11 for AppleClang - to rework later.
diff --git a/CMakeLists.txt b/CMakeLists.txt index b305851..89d4b58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -60,7 +60,7 @@ include(scripts/cmake/common.cmake) add_subdirectory(examples/all_features) - + # for code coverage we want exactly one binary to be produced and exercised if(NOT DEFINED ENV{CODE_COVERAGE}) add_subdirectory(examples/exe_with_static_libs)