diff options
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindPHP4.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/FindPHP4.cmake b/Modules/FindPHP4.cmake index d4ccd1f..185d628 100644 --- a/Modules/FindPHP4.cmake +++ b/Modules/FindPHP4.cmake @@ -68,3 +68,5 @@ IF(APPLE) ENDFOREACH(symbol) ENDIF(APPLE) +INCLUDE(FindPackageHandleStandardArgs) +FIND_PACKAGE_HANDLE_STANDARD_ARGS(PHP4 DEFAULT_MSG PHP4_EXECUTABLE PHP4_INCLUDE_PATH) |