mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 18:29:37 -06:00
RunCMake/CXXModules: support MSVC extensions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
function (check_for_bmi prefix destination name)
|
||||
set(found 0)
|
||||
foreach (ext IN ITEMS gcm)
|
||||
foreach (ext IN ITEMS gcm ifc)
|
||||
if (EXISTS "${prefix}/${destination}/${name}.${ext}")
|
||||
set(found 1)
|
||||
break ()
|
||||
|
||||
Reference in New Issue
Block a user