Skip to content

Commit a0def02

Browse files
committed
Use the right variable name
1 parent 3eff559 commit a0def02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/SwiftSupport.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include_guard()
22

3-
if(NOT dispatch_Swift_MODULE_TRIPLE OR NOT dispatch_Swift_ARCH OR NOT dispatch_Swift_SYSTEM)
3+
if(NOT dispatch_Swift_MODULE_TRIPLE OR NOT dispatch_Swift_ARCH OR NOT dispatch_Swift_PLATFORM)
44
# Get the target information from the Swift compiler.
55
set(module_triple_command "${CMAKE_Swift_COMPILER}" -print-target-info)
66
if(CMAKE_Swift_COMPILER_TARGET)

0 commit comments

Comments
 (0)