Skip to content

Commit c4dd67b

Browse files
committed
Remove rebase conflict
1 parent 3a7e1b8 commit c4dd67b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

var/spack/repos/builtin/packages/cmake/package.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,12 +333,12 @@ def bootstrap_args(self):
333333
)
334334

335335
# Make CMake find its own dependencies.
336-
rpaths = spack.build_environment.get_rpaths(self)
336+
# rpaths = spack.build_environment.get_rpaths(self)
337337
prefixes = spack.build_environment.get_cmake_prefix_path(self)
338338
args.extend(
339339
[
340340
"-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON",
341-
"-DCMAKE_INSTALL_RPATH={0}".format(";".join(str(v) for v in rpaths)),
341+
# "-DCMAKE_INSTALL_RPATH={0}".format(";".join(str(v) for v in rpaths)),
342342
"-DCMAKE_PREFIX_PATH={0}".format(";".join(str(v) for v in prefixes)),
343343
]
344344
)

0 commit comments

Comments
 (0)