[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.166 1.167

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Dec 8 11:27:39 EST 2009


Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv17066

Modified Files:
	CMakeLists.txt 
Log Message:
Remove useless include file filters

The commit "Cleanup regular expressions" removed real include filter
expressions and replaced them with lines like

  INCLUDE_REGULAR_EXPRESSION("^.*$")

that do no filtering.  We simplify the change by removing the lines
altogether.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.166
retrieving revision 1.167
diff -C 2 -d -r1.166 -r1.167
*** CMakeLists.txt	9 Nov 2009 19:42:23 -0000	1.166
--- CMakeLists.txt	8 Dec 2009 16:27:36 -0000	1.167
***************
*** 347,351 ****
  SET(LIBRARY_OUTPUT_PATH "" CACHE INTERNAL 
    "Where to put the libraries for CMake")
- INCLUDE_REGULAR_EXPRESSION("^.*$")
  
  # The CMake executables usually do not need any rpath to run in the build or
--- 347,350 ----



More information about the Cmake-commits mailing list