Revert "Test a change @becker33 suggested to work around issue"
This reverts commit ca65fff09a
.
This commit is contained in:
parent
ca65fff09a
commit
d6334f7d39
@ -3015,7 +3015,7 @@ def included_config_scopes(self) -> List[spack.config.ConfigScope]:
|
|||||||
if missing:
|
if missing:
|
||||||
msg = "Detected {0} missing include path(s):".format(len(missing))
|
msg = "Detected {0} missing include path(s):".format(len(missing))
|
||||||
msg += "\n {0}".format("\n ".join(missing))
|
msg += "\n {0}".format("\n ".join(missing))
|
||||||
tty.warn(msg)
|
raise spack.config.ConfigFileError(msg)
|
||||||
|
|
||||||
return scopes
|
return scopes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user