mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
In commit 7a969fe21d (cmMakefile: Refactor API to better handle empty
config values, 2020-06-30, v3.19.0-rc1~567^2), calls to
`GetGeneratorConfigs` that pass `OnlyMultiConfig` only want to get any
configurations listed if the generator is multi-config. Fix the
implementation to actually do that.
Fixes: #21316
9 lines
225 B
Plaintext
9 lines
225 B
Plaintext
^Test project [^
|
|
]*/Tests/RunCMake/CTest/SingleConfig-build
|
|
Start 1: SingleConfig
|
|
1/1 Test #1: SingleConfig \.+ +Passed +[0-9.]+ sec
|
|
+
|
|
100% tests passed, 0 tests failed out of 1
|
|
+
|
|
Total Test time \(real\) = +[0-9.]+ sec$
|