Mark CMake project as C++-only (#681)

This will make CMake skip all the checks for C compiler.
This commit is contained in:
Michał Janiszewski 2019-05-10 18:56:08 +02:00 committed by Roman Lebedev
parent b988639f31
commit 12c978c513
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ foreach(p
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)