diff --git a/cmake/Modules/CopyMSVCBins.cmake b/cmake/Modules/CopyMSVCBins.cmake index 00e1416a9..13ce4ea0e 100644 --- a/cmake/Modules/CopyMSVCBins.cmake +++ b/cmake/Modules/CopyMSVCBins.cmake @@ -8,7 +8,7 @@ if(COPIED_DEPENDENCIES) return() endif() -option(COPY_DEPENDENCIES "Automaticaly try copying all dependencies" OFF) +option(COPY_DEPENDENCIES "Automaticaly try copying all dependencies" ON) if(NOT COPY_DEPENDENCIES) return() endif()