We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1fcb64 commit 09a51ecCopy full SHA for 09a51ec
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