We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ce846 commit e7a1f13Copy full SHA for e7a1f13
examples/google_benchmark/CMakeLists.txt
@@ -5,13 +5,11 @@ project(codspeed_picobench_compat VERSION 0.0.0 LANGUAGES CXX)
5
6
set(BENCHMARK_DOWNLOAD_DEPENDENCIES ON)
7
8
-# FetchContent_Declare( google_benchmark GIT_REPOSITORY
9
-# https://github.com/CodSpeedHQ/codspeed-cpp GIT_TAG
10
-# origin/cod-291-implement-the-core-instrumentation-library-in-c SOURCE_SUBDIR
11
-# google_benchmark)
12
-
13
-FetchContent_Declare(google_benchmark
14
- SOURCE_DIR ${CMAKE_SOURCE_DIR}/../../google_benchmark)
+FetchContent_Declare(
+ google_benchmark
+ SOURCE_DIR
+ ${CMAKE_SOURCE_DIR}/../../google_benchmark
+)
15
16
FetchContent_MakeAvailable(google_benchmark)
17
0 commit comments