[Cmake-commits] [cmake-commits] hoffman committed FindPerlLibs.cmake 1.8 1.9

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 1 16:10:47 EDT 2008


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

Modified Files:
	FindPerlLibs.cmake 
Log Message:
ENH: find perl with FindPerl not find_program, bug: 6243


Index: FindPerlLibs.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindPerlLibs.cmake,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** FindPerlLibs.cmake	12 Dec 2007 12:26:25 -0000	1.8
--- FindPerlLibs.cmake	1 Oct 2008 20:10:45 -0000	1.9
***************
*** 23,28 ****
    ${PERL_POSSIBLE_INCLUDE_PATHS})
  
  
- FIND_PROGRAM(PERL_EXECUTABLE perl )
  
  IF(PERL_EXECUTABLE)
--- 23,29 ----
    ${PERL_POSSIBLE_INCLUDE_PATHS})
  
+ # find the perl executable
+ INCLUDE(FindPerl)
  
  
  IF(PERL_EXECUTABLE)



More information about the Cmake-commits mailing list