Merge topic 'FindPHP4-no-cache-output'

a06debc FindPHP4: Drop extra content from reported PHP4_INCLUDE_PATH (#14540)
This commit is contained in:
Brad King 2013-11-05 08:16:57 -05:00 committed by CMake Topic Stage
commit 46316a0569
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ if(PHP4_FOUND_INCLUDE_PATH)
foreach(php4_path Zend main TSRM)
set(php4_paths ${php4_paths} "${PHP4_FOUND_INCLUDE_PATH}/${php4_path}")
endforeach()
set(PHP4_INCLUDE_PATH "${php4_paths}" INTERNAL "PHP4 include paths")
set(PHP4_INCLUDE_PATH "${php4_paths}")
endif()
find_program(PHP4_EXECUTABLE NAMES php4 php )