mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Previously, it used to be possible to execute ctest --build-and-test without specifying --build-project. When used with the Xcode generator, this would work as long as there was only one .xcodeproj file in the directory, where xcodebuild would then default to using that project. The recent changes to support .xcworkspace files broke that logic, placing a malformed pair of options "-project .xcodeproj" on the command line instead of omitting the "-project" option altogether. Fixes: #27090
199 KiB
199 KiB