mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
With Xcode 14 support for the Legacy Build System has been removed and the BuildSystemType in the WorkspaceSettings is ignored. If CMake still generates projects targeted to the Lecacy Build System the build preparation phase will likely fail because Xcode for example misses any declared outputs from script invocations. This is a hard to debug problem and CMake should reject the invalid configuration instead.
11 lines
163 B
Plaintext
11 lines
163 B
Plaintext
CMake Error at CMakeLists.txt:[0-9]+ \(project\):
|
|
Generator
|
|
|
|
Xcode
|
|
|
|
toolset specification field
|
|
|
|
buildsystem=1
|
|
|
|
is not allowed with Xcode [0-9.]+\.$
|