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.
2 parents 8f7c68e + 294f9b5 commit 0ba0e80Copy full SHA for 0ba0e80
validation-test/BuildSystem/CMakeLists.txt
@@ -1,5 +1,7 @@
1
2
-# Only test this if we found a Swift compiler.
3
-if (CMAKE_Swift_COMPILER)
+# Only test this if we found a Swift compiler. Currently only enable this test
+# if we build on Darwin since we do not have a host toolchain available when
4
+# compiling on the bots for Linux meaning this path would not be tested.
5
+if (CMAKE_Swift_COMPILER AND APPLE)
6
add_subdirectory(swift-cmake)
7
endif()
0 commit comments