Преглед на файлове

ENH: Re-enabling .i rule test on MSYS now that it works.

Brad King преди 19 години
родител
ревизия
16f8da8b14
променени са 3 файла, в които са добавени 0 реда и са изтрити 15 реда
  1. 0 5
      Tests/Complex/Library/CMakeLists.txt
  2. 0 5
      Tests/ComplexOneConfig/Library/CMakeLists.txt
  3. 0 5
      Tests/ComplexRelativePaths/Library/CMakeLists.txt

+ 0 - 5
Tests/Complex/Library/CMakeLists.txt

@@ -114,11 +114,6 @@ IF("${CMAKE_GENERATOR}" MATCHES "Makefile" AND CMAKE_MAKE_PROGRAM)
       # OSX does not support preprocessing more than one architecture.
       SET(MAYBE_ALL)
     ENDIF(ARCH_COUNT GREATER 1)
-    IF("${CMAKE_MAKE_PROGRAM}" MATCHES "msys")
-      # Executing make with a full path at an MSYS prompt produces
-      # a bad path conversion and breaks the child make.
-      SET(MAYBE_ALL)
-    ENDIF("${CMAKE_MAKE_PROGRAM}" MATCHES "msys")
 
     # Custom target to try preprocessing invocation.
     ADD_CUSTOM_TARGET(test_preprocess ${MAYBE_ALL}

+ 0 - 5
Tests/ComplexOneConfig/Library/CMakeLists.txt

@@ -114,11 +114,6 @@ IF("${CMAKE_GENERATOR}" MATCHES "Makefile" AND CMAKE_MAKE_PROGRAM)
       # OSX does not support preprocessing more than one architecture.
       SET(MAYBE_ALL)
     ENDIF(ARCH_COUNT GREATER 1)
-    IF("${CMAKE_MAKE_PROGRAM}" MATCHES "msys")
-      # Executing make with a full path at an MSYS prompt produces
-      # a bad path conversion and breaks the child make.
-      SET(MAYBE_ALL)
-    ENDIF("${CMAKE_MAKE_PROGRAM}" MATCHES "msys")
 
     # Custom target to try preprocessing invocation.
     ADD_CUSTOM_TARGET(test_preprocess ${MAYBE_ALL}

+ 0 - 5
Tests/ComplexRelativePaths/Library/CMakeLists.txt

@@ -114,11 +114,6 @@ IF("${CMAKE_GENERATOR}" MATCHES "Makefile" AND CMAKE_MAKE_PROGRAM)
       # OSX does not support preprocessing more than one architecture.
       SET(MAYBE_ALL)
     ENDIF(ARCH_COUNT GREATER 1)
-    IF("${CMAKE_MAKE_PROGRAM}" MATCHES "msys")
-      # Executing make with a full path at an MSYS prompt produces
-      # a bad path conversion and breaks the child make.
-      SET(MAYBE_ALL)
-    ENDIF("${CMAKE_MAKE_PROGRAM}" MATCHES "msys")
 
     # Custom target to try preprocessing invocation.
     ADD_CUSTOM_TARGET(test_preprocess ${MAYBE_ALL}