diff --git a/CMakeLists.txt b/CMakeLists.txt index 46b0cb7b..a6c88cbe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,5 @@ if(ENABLE_WHATSNEW_INSTALL) endif() if(WIN32) - install(FILES windows/vcredist_x64.exe DESTINATION ".") - install(FILES windows/vcredist_x32.exe DESTINATION ".") - install(DIRECTORY windows/arduino DESTINATION ".") -endif() + install(DIRECTORY windows/arduino DESTINATION ".") +endif() \ No newline at end of file diff --git a/windows/vcredist_x32.exe b/windows/vcredist_x32.exe deleted file mode 100644 index d8279222..00000000 Binary files a/windows/vcredist_x32.exe and /dev/null differ diff --git a/windows/vcredist_x64.exe b/windows/vcredist_x64.exe deleted file mode 100644 index f91d90f8..00000000 Binary files a/windows/vcredist_x64.exe and /dev/null differ