summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-09-28 14:41:19 (GMT)
committerBrad King <brad.king@kitware.com>2006-09-28 14:41:19 (GMT)
commit16f8da8b1443b7ebb315f40aa1ae199d87f211de (patch)
tree290ceb5626107e987f904b4fe6aefced845d000a /Tests
parent019dabc97fd8e71c4682a653138069d0a3026558 (diff)
downloadCMake-16f8da8b1443b7ebb315f40aa1ae199d87f211de.zip
CMake-16f8da8b1443b7ebb315f40aa1ae199d87f211de.tar.gz
CMake-16f8da8b1443b7ebb315f40aa1ae199d87f211de.tar.bz2
ENH: Re-enabling .i rule test on MSYS now that it works.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Complex/Library/CMakeLists.txt5
-rw-r--r--Tests/ComplexOneConfig/Library/CMakeLists.txt5
-rw-r--r--Tests/ComplexRelativePaths/Library/CMakeLists.txt5
3 files changed, 0 insertions, 15 deletions
diff --git a/Tests/Complex/Library/CMakeLists.txt b/Tests/Complex/Library/CMakeLists.txt
index d6403a4..55d6ddb 100644
--- a/Tests/Complex/Library/CMakeLists.txt
+++ b/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}
diff --git a/Tests/ComplexOneConfig/Library/CMakeLists.txt b/Tests/ComplexOneConfig/Library/CMakeLists.txt
index d6403a4..55d6ddb 100644
--- a/Tests/ComplexOneConfig/Library/CMakeLists.txt
+++ b/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}
diff --git a/Tests/ComplexRelativePaths/Library/CMakeLists.txt b/Tests/ComplexRelativePaths/Library/CMakeLists.txt
index d6403a4..55d6ddb 100644
--- a/Tests/ComplexRelativePaths/Library/CMakeLists.txt
+++ b/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}