[Cmake-commits] [cmake-commits] hoffman committed FindPHP4.cmake 1.6 1.7

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Aug 19 14:28:45 EDT 2008


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

Modified Files:
	FindPHP4.cmake 
Log Message:
BUG: fix for bug 6775, FindPHP4 did not honor required


Index: FindPHP4.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindPHP4.cmake,v
retrieving revision 1.6
retrieving revision 1.7
diff -C 2 -d -r1.6 -r1.7
*** FindPHP4.cmake	19 Jul 2007 13:42:57 -0000	1.6
--- FindPHP4.cmake	19 Aug 2008 18:28:43 -0000	1.7
***************
*** 69,70 ****
--- 69,72 ----
  ENDIF(APPLE)
  
+ INCLUDE(FindPackageHandleStandardArgs)
+ FIND_PACKAGE_HANDLE_STANDARD_ARGS(PHP4 DEFAULT_MSG PHP4_EXECUTABLE PHP4_INCLUDE_PATH)



More information about the Cmake-commits mailing list