There was an error while loading. Please reload this page.
1 parent 3eff559 commit a0def02Copy full SHA for a0def02
cmake/modules/SwiftSupport.cmake
@@ -1,6 +1,6 @@
1
include_guard()
2
3
-if(NOT dispatch_Swift_MODULE_TRIPLE OR NOT dispatch_Swift_ARCH OR NOT dispatch_Swift_SYSTEM)
+if(NOT dispatch_Swift_MODULE_TRIPLE OR NOT dispatch_Swift_ARCH OR NOT dispatch_Swift_PLATFORM)
4
# Get the target information from the Swift compiler.
5
set(module_triple_command "${CMAKE_Swift_COMPILER}" -print-target-info)
6
if(CMAKE_Swift_COMPILER_TARGET)
0 commit comments