Skip to content

Commit dfa4bf7

Browse files
[cmake] include CheckCompilerFlag in CatalystSupport (swiftlang#81623)
add missing import
1 parent a64984a commit dfa4bf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Runtimes/Supplemental/cmake/modules/CatalystSupport.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
include(CheckCompilerFlag)
2+
13
# Add flags for generating the zippered target variant in the build
24

35
# Initialize `${PROJECT_NAME}_VARIANT_MODULE_TRIPLE` if the driver is able to emit

0 commit comments

Comments
 (0)