summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/benchmark/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/benchmark/package.py')
-rw-r--r--var/spack/repos/builtin/packages/benchmark/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/benchmark/package.py b/var/spack/repos/builtin/packages/benchmark/package.py
index fe0b286352..d09c13e2a6 100644
--- a/var/spack/repos/builtin/packages/benchmark/package.py
+++ b/var/spack/repos/builtin/packages/benchmark/package.py
@@ -13,6 +13,8 @@ class Benchmark(CMakePackage):
url = "https://github.com/google/benchmark/archive/v1.6.0.tar.gz"
git = "https://github.com/google/benchmark.git"
+ license("Apache-2.0")
+
# first properly installed CMake config packages in
# 1.2.0 release: https://github.com/google/benchmark/issues/363
version("main", branch="main")