summaryrefslogtreecommitdiffstats
path: root/Source/cmakemain.cxx
diff options
context:
space:
mode:
authorCarsten Rudolph <18394207+crud89@users.noreply.github.com>2022-02-15 09:25:53 (GMT)
committerBrad King <brad.king@kitware.com>2022-02-15 15:20:02 (GMT)
commitf320a31087c4efc07e7d10b621ec45dd0350c83a (patch)
tree19e38afc5f7b43c2bd54575c2b13db8996a719e4 /Source/cmakemain.cxx
parente5a5f3b76fd89a8e98c981012714f94a1d984ad8 (diff)
downloadCMake-f320a31087c4efc07e7d10b621ec45dd0350c83a.zip
CMake-f320a31087c4efc07e7d10b621ec45dd0350c83a.tar.gz
CMake-f320a31087c4efc07e7d10b621ec45dd0350c83a.tar.bz2
cmake --build: prioritize --resolve-package-references over preset
Fixes: #23224
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r--Source/cmakemain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx
index f3d5536..0554c3e 100644
--- a/Source/cmakemain.cxx
+++ b/Source/cmakemain.cxx
@@ -447,7 +447,7 @@ int do_build(int ac, char const* const* av)
bool cleanFirst = false;
bool foundClean = false;
bool foundNonClean = false;
- PackageResolveMode resolveMode = PackageResolveMode::FromCacheVariable;
+ PackageResolveMode resolveMode = PackageResolveMode::Default;
bool verbose = cmSystemTools::HasEnv("VERBOSE");
std::string presetName;
bool listPresets = false;