added cmake_args (#15411)
This commit is contained in:
parent
3f69cc9ec8
commit
fd69994c68
1 changed files with 2 additions and 1 deletions
|
@ -159,7 +159,8 @@ def cmake_args(self):
|
|||
'-DBOOST_ROOT={0}'.format(spec['boost'].prefix),
|
||||
'-DHWLOC_ROOT={0}'.format(spec['hwloc'].prefix),
|
||||
'-DHPX_WITH_BOOST_ALL_DYNAMIC_LINK=ON',
|
||||
'-DBUILD_SHARED_LIBS=ON'
|
||||
'-DBUILD_SHARED_LIBS=ON',
|
||||
'-DHPX_DATASTRUCTURES_WITH_ADAPT_STD_TUPLE=OFF'
|
||||
])
|
||||
|
||||
return args
|
||||
|
|
Loading…
Reference in a new issue