We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e967ad + 33ada8e commit 40e9499Copy full SHA for 40e9499
cmake/modules/AddSwift.cmake
@@ -856,6 +856,9 @@ function(_add_swift_library_single target name)
856
if("${SWIFTLIB_SINGLE_SDK}" STREQUAL "WINDOWS")
857
swift_windows_include_for_arch(${SWIFTLIB_SINGLE_ARCHITECTURE} SWIFTLIB_INCLUDE)
858
target_include_directories("${target}" SYSTEM PRIVATE ${SWIFTLIB_INCLUDE})
859
+ set_target_properties(${target}
860
+ PROPERTIES
861
+ CXX_STANDARD 14)
862
endif()
863
864
if("${SWIFTLIB_SINGLE_SDK}" STREQUAL "WINDOWS" AND NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
0 commit comments