[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.8 1.9

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


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

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/Utilities/cmzlib/CMakeLists.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** CMakeLists.txt	28 Sep 2009 15:36:13 -0000	1.8
--- CMakeLists.txt	8 Dec 2009 16:27:38 -0000	1.9
***************
*** 7,13 ****
    )
  
- # Match all headers for dependencies but complain about none.
- INCLUDE_REGULAR_EXPRESSION("^.*$")
- 
  # source files for zlib
  SET(ZLIB_SRCS
--- 7,10 ----



More information about the Cmake-commits mailing list