Skip to content

Commit 5463e8e

Browse files
authored
Fix CMake availability macro typo (#763)
1 parent 597cfb9 commit 5463e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ foreach(version ${_SwiftFoundation_versions})
100100
endif()
101101

102102
list(APPEND _SwiftFoundation_availability_macros
103-
"SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -enable-experimental-feature -Xfrontend \"AvailabilityMacro=${name} ${version}=${release}\">")
103+
"SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -enable-experimental-feature -Xfrontend \"AvailabilityMacro=${name} ${version}:${release}\">")
104104
endforeach()
105105
endforeach()
106106

0 commit comments

Comments
 (0)