[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.12 1.12.2.1

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Sep 3 09:43:32 EDT 2008


Update of /cvsroot/CMake/CMake/Tests/OutOfSource/OutOfSourceSubdir
In directory public:/mounts/ram/cvs-serv18450/Tests/OutOfSource/OutOfSourceSubdir

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt 
Log Message:
ENH: 2.6.2 rc 2 merge from main tree


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/OutOfSource/OutOfSourceSubdir/CMakeLists.txt,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -C 2 -d -r1.12 -r1.12.2.1
*** CMakeLists.txt	16 Jul 2007 17:29:41 -0000	1.12
--- CMakeLists.txt	3 Sep 2008 13:43:29 -0000	1.12.2.1
***************
*** 11,16 ****
      ${OutOfSource_BINARY_DIR}/../OutOfSourceDeep/deeper ABSOLUTE)
  
!   # The maximum allowed path length on Windows is near this value.
!   SET(MAXPATH "250")
  
    # VS8 adds "OutOfSource/SubDir/OutOfSourceSubdir/../../../" to the
--- 11,19 ----
      ${OutOfSource_BINARY_DIR}/../OutOfSourceDeep/deeper ABSOLUTE)
  
!   # Test giving the generator a custom limit.
!   SET(CMAKE_OBJECT_PATH_MAX 220)
! 
!   # Use a separate variable for computation.
!   SET(MAXPATH "${CMAKE_OBJECT_PATH_MAX}")
  
    # VS8 adds "OutOfSource/SubDir/OutOfSourceSubdir/../../../" to the



More information about the Cmake-commits mailing list