We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5391db commit 3a3602dCopy full SHA for 3a3602d
CMakeLists.txt
@@ -138,7 +138,7 @@ function(bundle_static_library name deps)
138
COMMAND_EXPAND_LISTS
139
)
140
141
- elseif (CMAKE_C_COMPILER_ID MATCHES "^(Clang|GNU|MSVC)$")
+ elseif (CMAKE_C_COMPILER_ID MATCHES "^(Clang|GNU)$")
142
# archive tool needs to support -M flag
143
file(WRITE ${CMAKE_BINARY_DIR}/${name}.ar.in "CREATE ${tgt_full_name}\n")
144
0 commit comments