Skip to content

Commit 051ae94

Browse files
BrewTestBotdaeho-ro
authored andcommitted
google-benchmark 1.9.2
1 parent 1d449b7 commit 051ae94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/g/google-benchmark.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class GoogleBenchmark < Formula
22
desc "C++ microbenchmark support library"
33
homepage "https://github.com/google/benchmark"
4-
url "https://github.com/google/benchmark/archive/refs/tags/v1.9.1.tar.gz"
5-
sha256 "32131c08ee31eeff2c8968d7e874f3cb648034377dfc32a4c377fa8796d84981"
4+
url "https://github.com/google/benchmark/archive/refs/tags/v1.9.2.tar.gz"
5+
sha256 "409075176168dc46bbb81b74c1b4b6900385b5d16bfc181d678afb060d928bd3"
66
license "Apache-2.0"
77
head "https://github.com/google/benchmark.git", branch: "main"
88

@@ -40,7 +40,7 @@ def install
4040
BENCHMARK_MAIN();
4141
CPP
4242
flags = ["-I#{include}", "-L#{lib}", "-lbenchmark", "-pthread"] + ENV.cflags.to_s.split
43-
system ENV.cxx, "-o", "test", "test.cpp", *flags
43+
system ENV.cxx, "-std=c++17", "-o", "test", "test.cpp", *flags
4444
system "./test"
4545
end
4646
end

0 commit comments

Comments
 (0)