[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.6 1.7 GetFilenameComponentSymlinksTest.cmake.in 1.1 NONE

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Feb 6 08:33:54 EST 2009


Update of /cvsroot/CMake/CMake/Tests/CMakeTests
In directory public:/mounts/ram/cvs-serv32561/Tests/CMakeTests

Modified Files:
	CMakeLists.txt 
Removed Files:
	GetFilenameComponentSymlinksTest.cmake.in 
Log Message:
BUG: Alternative fix to bug #8423

The patch used to fix this bug used SystemTools::GetRealPath which works
only for existing files.  It broke the case of using the command
get_filename_component for a non-existing file.  Also, it changed
long-standing behavior in a possibly incompatible way even for existing
files.  This reverts the original fix and instead updates the
documentation to be consistent with the behavior.


--- GetFilenameComponentSymlinksTest.cmake.in DELETED ---

Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeTests/CMakeLists.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C 2 -d -r1.6 -r1.7
*** CMakeLists.txt	29 Jan 2009 16:39:03 -0000	1.6
--- CMakeLists.txt	6 Feb 2009 13:33:52 -0000	1.7
***************
*** 15,19 ****
  AddCMakeTest(FindBase "")
  AddCMakeTest(Toolchain "")
- AddCMakeTest(GetFilenameComponentSymlinks "")
  
  SET(GetPrerequisites_PreArgs
--- 15,18 ----



More information about the Cmake-commits mailing list