Harmen Stoppels 2021-01-30 02:21:56 +01:00 committed by GitHub
parent 13ac7198d3
commit 371247c14a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,7 +167,7 @@ def cmake_args(self):
] ]
# it seems like there was a bug in the default version of APEX in 1.5.x # it seems like there was a bug in the default version of APEX in 1.5.x
if spec.satisfies("@:1.5"): if spec.satisfies("@1.5"):
args += [self.define('HPX_WITH_APEX_TAG', "v2.3.0")] args += [self.define('HPX_WITH_APEX_TAG', "v2.3.0")]
return args return args