From e239e376b09fe19179905e346747bdf56f2dc626 Mon Sep 17 00:00:00 2001 From: justiceadams Date: Mon, 19 May 2025 15:38:07 -0500 Subject: [PATCH] [cmake] include CheckCompilerFlag in CatalystSupport --- Runtimes/Supplemental/cmake/modules/CatalystSupport.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Runtimes/Supplemental/cmake/modules/CatalystSupport.cmake b/Runtimes/Supplemental/cmake/modules/CatalystSupport.cmake index 4c7ccc566ee7b..d9399e498c7c1 100644 --- a/Runtimes/Supplemental/cmake/modules/CatalystSupport.cmake +++ b/Runtimes/Supplemental/cmake/modules/CatalystSupport.cmake @@ -1,3 +1,5 @@ +include(CheckCompilerFlag) + # Add flags for generating the zippered target variant in the build # Initialize `${PROJECT_NAME}_VARIANT_MODULE_TRIPLE` if the driver is able to emit