Skip to content
Snippets Groups Projects
Unverified Commit 393961ff authored by Wouter Deconinck's avatar Wouter Deconinck Committed by GitHub
Browse files

vtk-m: CMAKE_CXX_COMPILER is not a BOOL (#48813)

parent 392a58e9
Branches
Tags
No related merge requests found
...@@ -238,7 +238,7 @@ def cmake_args(self): ...@@ -238,7 +238,7 @@ def cmake_args(self):
os.environ["TBB_ROOT"] = spec["tbb"].prefix os.environ["TBB_ROOT"] = spec["tbb"].prefix
if "+kokkos" in spec and "+rocm" in spec and spec.satisfies("^kokkos@4:"): if "+kokkos" in spec and "+rocm" in spec and spec.satisfies("^kokkos@4:"):
options.append(f"-DCMAKE_CXX_COMPILER:BOOL={spec['hip'].prefix.bin.hipcc}") options.append(f"-DCMAKE_CXX_COMPILER:FILEPATH={spec['hip'].prefix.bin.hipcc}")
# Support for relocatable code # Support for relocatable code
if "~shared" in spec and "+fpic" in spec: if "~shared" in spec and "+fpic" in spec:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment