Skip to content

Commit 5304b3d

Browse files
committed
saving...
1 parent a6685b2 commit 5304b3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

benchmarks/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ include(FetchContent)
33
FetchContent_Declare(
44
counters
55
GIT_REPOSITORY https://github.com/lemire/counters.git
6-
GIT_TAG v1.0.1
6+
GIT_TAG v1.0.4
77
)
88

99
FetchContent_MakeAvailable(counters)
1010

1111
add_executable(realbenchmark benchmark.cpp)
12-
target_link_libraries(realbenchmark PRIVATE Counters::counters)
12+
target_link_libraries(realbenchmark PRIVATE counters::counters)
1313
add_executable(bench_ip bench_ip.cpp)
14-
target_link_libraries(bench_ip PRIVATE Counters::counters)
14+
target_link_libraries(bench_ip PRIVATE counters::counters)
1515

1616
set_property(
1717
TARGET realbenchmark

0 commit comments

Comments
 (0)