mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
cmake --list-presets: List package as a valid option
This commit is contained in:
+1
-1
@@ -1145,7 +1145,7 @@ void cmake::SetArgs(const std::vector<std::string>& args)
|
||||
} else {
|
||||
cmSystemTools::Error(
|
||||
"Invalid value specified for --list-presets.\n"
|
||||
"Valid values are configure, build, test, or all. "
|
||||
"Valid values are configure, build, test, package, or all. "
|
||||
"When no value is passed the default is configure.");
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user