File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Other PHP-related configuration variables can be passed similarly. For example:
3939After configuration and generation phase is complete, PHP can be built by:
4040
4141 cmake --build <build-dir> -j
42- will build PHP in parallel and built PHP binary should be then ready to use :
42+ and the built PHP binary should be then ready to run :
4343 <build-dir>/php/sapi/cli/php -v
4444
4545See build system documentation for available PHP configuration variables and
@@ -66,10 +66,7 @@ project(
6666 LANGUAGES NONE
6767)
6868
69- ################################################################################
7069# Configuration.
71- ################################################################################
72-
7370block(PROPAGATE phpUrl)
7471 set (
7572 PHP_VERSION_DOWNLOAD "${PROJECT_VERSION} -dev"
You can’t perform that action at this time.
0 commit comments