cmake: Fix spack install inside ctest (#14889)
Disable the CMake install tests since they break under certain testing conditions.
This commit is contained in:
parent
d6e4b4773a
commit
03d32c868a
@ -175,6 +175,10 @@ def bootstrap_args(self):
|
|||||||
# Make sure to create an optimized release build
|
# Make sure to create an optimized release build
|
||||||
args.append('-DCMAKE_BUILD_TYPE=Release')
|
args.append('-DCMAKE_BUILD_TYPE=Release')
|
||||||
|
|
||||||
|
# Install CMake correctly, even if `spack install` runs
|
||||||
|
# inside a ctest environment
|
||||||
|
args.append('-DCMake_TEST_INSTALL=OFF')
|
||||||
|
|
||||||
# When building our own private copy of curl then we need to properly
|
# When building our own private copy of curl then we need to properly
|
||||||
# enable / disable oepnssl
|
# enable / disable oepnssl
|
||||||
if '+ownlibs' in spec:
|
if '+ownlibs' in spec:
|
||||||
|
Loading…
Reference in New Issue
Block a user