[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.25 1.26

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


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

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/cmcurl/CMakeLists.txt,v
retrieving revision 1.25
retrieving revision 1.26
diff -C 2 -d -r1.25 -r1.26
*** CMakeLists.txt	1 Dec 2009 17:03:32 -0000	1.25
--- CMakeLists.txt	8 Dec 2009 16:27:37 -0000	1.26
***************
*** 5,10 ****
  PROJECT(LIBCURL C)
  
- INCLUDE_REGULAR_EXPRESSION("^.*$")
- 
  # Setup package meta-data
  SET(PACKAGE "curl")
--- 5,8 ----



More information about the Cmake-commits mailing list