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 1c891a9 commit 53218a3Copy full SHA for 53218a3
cmake/RuntimeDependencies.cmake
@@ -13,7 +13,7 @@
13
14
if(OPTION_SELF_CONTAINED)
15
16
- if(SYSTEM_WINDOWS)
+ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "MSVC")
17
18
# Install 3rd-party runtime dependencies into runtime-component
19
# install(FILES ... COMPONENT runtime)
0 commit comments