Skip to content

Commit

Permalink
fix runtime deps for self contaied installer msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
cgcostume committed Oct 18, 2018
1 parent 1c891a9 commit 53218a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/RuntimeDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

if(OPTION_SELF_CONTAINED)

if(SYSTEM_WINDOWS)
if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "MSVC")

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

0 comments on commit 53218a3

Please sign in to comment.