Skip to content

Swift: honour `-swift-version` in Ninja generator

Saleem Abdulrasool requested to merge compnerd/cmake:swift-version into master

Swift has supported CMAKE_Swift_LANGUAGE_VERSION and Swift_LANGUAGE_VERSION but didn't apply that to Ninja generated targets. Consider the property when calculating the flags.

Merge request reports