We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1fcb64 + 09a51ec commit 09f549aCopy full SHA for 09f549a
swift/CMakeLists.txt
@@ -14,4 +14,6 @@ project(codeql)
14
include(../misc/bazel/cmake/setup.cmake)
15
16
include_generated(//swift/extractor:cmake)
17
-include_generated(//swift/xcode-autobuilder:cmake)
+if (APPLE)
18
+ include_generated(//swift/xcode-autobuilder:cmake)
19
+endif ()
0 commit comments