Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaus Klein <claus.klein.sha@googlemail.com>2019-08-11 16:35:44 +0300
committerViktor Kirilov <vik.kirilov@gmail.com>2019-08-11 16:35:44 +0300
commit6f1241c29dd5fa5921f058abbd91997a3c8e9b2a (patch)
tree003a0952d95114a5a1e02b4e908a1ad5743e9868 /CMakeLists.txt
parentebc76d5e79445f1be5771c18e017db999c2baf35 (diff)
Fixes to the documentation + forcing C++11 for AppleClang - to rework later.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b3058516..89d4b583 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -60,7 +60,7 @@ if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR AND DOCTEST_WITH_TESTS)
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)