Skip to content
Snippets Groups Projects
Commit 4e913876 authored by Carson Woods's avatar Carson Woods Committed by Harmen Stoppels
Browse files

bug fix: updated warning message to reflect impending v1.0 release (#47887)

parent c25e43ce
No related branches found
No related tags found
No related merge requests found
...@@ -106,8 +106,8 @@ ...@@ -106,8 +106,8 @@
{ {
"names": ["install_missing_compilers"], "names": ["install_missing_compilers"],
"message": "The config:install_missing_compilers option has been deprecated in " "message": "The config:install_missing_compilers option has been deprecated in "
"Spack v0.23, and is currently ignored. It will be removed from config in " "Spack v0.23, and is currently ignored. It will be removed from config after "
"Spack v0.25.", "Spack v1.0.",
"error": False, "error": False,
}, },
], ],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment