-
- Downloads
Xcode: Add option to set Swift language version
Create a new CMAKE_Swift_LANGUAGE_VERSION variable to specify the SWIFT_VERSION attribute in a generated Xcode project. Ideally this would be a `<LANG>_STANDARD` property but since Swift support is very minimal we should reserve that property for more complete treatment later. Issue: #16326
Showing
- Help/manual/cmake-variables.7.rst 1 addition, 0 deletionsHelp/manual/cmake-variables.7.rst
- Help/release/dev/xcode-swift-version.rst 6 additions, 0 deletionsHelp/release/dev/xcode-swift-version.rst
- Help/variable/CMAKE_Swift_LANGUAGE_VERSION.rst 5 additions, 0 deletionsHelp/variable/CMAKE_Swift_LANGUAGE_VERSION.rst
- Source/cmGlobalXCodeGenerator.cxx 7 additions, 1 deletionSource/cmGlobalXCodeGenerator.cxx
- Tests/SwiftOnly/CMakeLists.txt 4 additions, 0 deletionsTests/SwiftOnly/CMakeLists.txt
Loading
Please register or sign in to comment