Skip to content

Commit 53218a3

Browse files
committed
fix runtime deps for self contaied installer msvc
1 parent 1c891a9 commit 53218a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/RuntimeDependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
if(OPTION_SELF_CONTAINED)
1515

16-
if(SYSTEM_WINDOWS)
16+
if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "MSVC")
1717

1818
# Install 3rd-party runtime dependencies into runtime-component
1919
# install(FILES ... COMPONENT runtime)

0 commit comments

Comments
 (0)