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.
1 parent 597cfb9 commit 5463e8eCopy full SHA for 5463e8e
CMakeLists.txt
@@ -100,7 +100,7 @@ foreach(version ${_SwiftFoundation_versions})
100
endif()
101
102
list(APPEND _SwiftFoundation_availability_macros
103
- "SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -enable-experimental-feature -Xfrontend \"AvailabilityMacro=${name} ${version}=${release}\">")
+ "SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -enable-experimental-feature -Xfrontend \"AvailabilityMacro=${name} ${version}:${release}\">")
104
endforeach()
105
106
0 commit comments