Mingw copy disabled
This commit is contained in:
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user