arborx: fix build with new kokkos-legacy (#16413)
This commit is contained in:
parent
7a56e6fce1
commit
4f6c4743e3
@ -36,7 +36,7 @@ def cmake_args(self):
|
||||
spec = self.spec
|
||||
|
||||
options = [
|
||||
'-DCMAKE_PREFIX_PATH=%s' % spec['kokkos'].prefix,
|
||||
'-DCMAKE_PREFIX_PATH=%s' % spec['kokkos-legacy'].prefix,
|
||||
'-DARBORX_ENABLE_TESTS=OFF',
|
||||
'-DARBORX_ENABLE_EXAMPLES=OFF',
|
||||
'-DARBORX_ENABLE_BENCHMARKS=OFF',
|
||||
|
Loading…
Reference in New Issue
Block a user