[cmake-commits] king committed CMakeLists.txt 1.34 1.35

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Sep 28 10:41:22 EDT 2006


Update of /cvsroot/CMake/CMake/Tests/Complex/Library
In directory public:/mounts/ram/cvs-serv31381

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Re-enabling .i rule test on MSYS now that it works.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Complex/Library/CMakeLists.txt,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- CMakeLists.txt	27 Sep 2006 18:27:07 -0000	1.34
+++ CMakeLists.txt	28 Sep 2006 14:41:19 -0000	1.35
@@ -114,11 +114,6 @@
       # 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}



More information about the Cmake-commits mailing list