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