From f71fd35fb40d132bd116383bced4c95b02f79092 Mon Sep 17 00:00:00 2001 From: viest Date: Mon, 26 Mar 2018 21:38:44 +0800 Subject: [PATCH] fix cmake php_path message --- cmake/modules/DetectPhpInfo.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/DetectPhpInfo.cmake b/cmake/modules/DetectPhpInfo.cmake index 02c9e6d..6bdc6f9 100644 --- a/cmake/modules/DetectPhpInfo.cmake +++ b/cmake/modules/DetectPhpInfo.cmake @@ -32,7 +32,7 @@ if(ZAPI_OPT_ENABLE_UNIT_TESTS) PATHS ${ZAPI_PHP_LIB_PATH} NO_DEFAULT_PATH) if (NOT ZAPI_LIBPHP_PATH) message(FATAL_ERROR "php library is not found automatic, maybe your php is not in system standard path " - "you can specify ZAPI_OPT_PHPCFG_PATH and try again, good luck!") + "you can specify ZAPI_LIBPHP_PATH and try again, good luck!") endif() add_library(zapi_libphp SHARED IMPORTED GLOBAL) set_target_properties(zapi_libphp