This commit is contained in:
parent
13ac7198d3
commit
371247c14a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue