Skip to content

Commit

Permalink
[build] Fix typo in SWIFT_SDK_*_VERSION.
Browse files Browse the repository at this point in the history
Swift SVN r26937
  • Loading branch information
Greg Parker committed Apr 3, 2015
1 parent b855ee6 commit 039ebc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/SwiftConfigureSDK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ macro(configure_sdk_darwin
# Determine the SDK version we found.
execute_process(
COMMAND "defaults" "read" "${SWIFT_SDK_${prefix}_PATH}/SDKSettings.plist" "Version"
OUTPUT_VARIABLE SWIFT-SDK_${prefix}_VERSION
OUTPUT_VARIABLE SWIFT_SDK_${prefix}_VERSION
OUTPUT_STRIP_TRAILING_WHITESPACE)

execute_process(
Expand Down

0 comments on commit 039ebc9

Please sign in to comment.