mirror of https://github.com/google/benchmark.git
Mark CMake project as C++-only (#681)
This will make CMake skip all the checks for C compiler.
This commit is contained in:
parent
b988639f31
commit
12c978c513
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue