Explorar el Código

GetPrerequisites: Enable test for BundleUtilities on MinGW

Signed-off-by: Michael Tänzer <[email protected]>
Michael Tänzer hace 12 años
padre
commit
8eb2fe955a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Tests/CMakeLists.txt

+ 1 - 0
Tests/CMakeLists.txt

@@ -287,6 +287,7 @@ if(BUILD_TESTING)
 
   # run test for BundleUtilities on supported platforms/compilers
   if(MSVC OR
+     MINGW OR
      CMAKE_SYSTEM_NAME MATCHES "Linux" OR
      CMAKE_SYSTEM_NAME MATCHES "Darwin")
   if(NOT "${CMAKE_TEST_GENERATOR}" STREQUAL "Watcom WMake")