Mingw copy disabled

This commit is contained in:
Allen Byrne
2020-07-31 07:49:48 -05:00
parent 50f404c887
commit fc57490e02
2 changed files with 8 additions and 5 deletions

View File

@@ -341,9 +341,10 @@
# Overwrite system dependent files (Windows) and not VS2015
#
set (COPY_WINDOWS_FILES false)
if (MINGW)
set (COPY_WINDOWS_FILES true)
endif ()
# MinGW tests may depend on host system
#if (MINGW)
# set (COPY_WINDOWS_FILES true)
#endif ()
if (WIN32 AND MSVC_VERSION LESS 1900)
set (COPY_WINDOWS_FILES true)
endif ()