Skip to content

Commit

Permalink
TouchDetector: fix typo related to caliper (#1806)
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Jan 16, 2023
1 parent 6b37844 commit 5ab79fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluebrain/repo-bluebrain/packages/touchdetector/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def cmake_args(self):
self.define('CMAKE_CXX_COMPILER', self.spec['mpi'].mpicxx),
]

if self.spec.satisfies('@5.7.0'):
if self.spec.satisfies('@5.7.0:'):
use_tests = self.spec.satisfies('@develop') or '+test' in self.spec
args += [
self.define_from_variant('ENABLE_CALIPER', 'caliper'),
Expand Down

0 comments on commit 5ab79fc

Please sign in to comment.