commit | 12c978c51343a0376903a99c6435bdf52138a952 | [log] [tgz] |
---|---|---|
author | MichaĆ Janiszewski <janisozaur@users.noreply.github.com> | Fri May 10 18:56:08 2019 +0200 |
committer | Roman Lebedev <lebedev.ri@gmail.com> | Fri May 10 19:56:08 2019 +0300 |
tree | 59ad649b092a403d712eaae3af58c63342e54a03 | |
parent | b988639f316ed0aca69297effbf67015c3bf0640 [diff] [blame] |
Mark CMake project as C++-only (#681) This will make CMake skip all the checks for C compiler.
diff --git a/CMakeLists.txt b/CMakeLists.txt index 74b9934..41b3b66 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ endif() endforeach() -project (benchmark) +project (benchmark CXX) option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON) option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON)