Skip to content

Commit 205f8b4

Browse files
committed
Fix nits
1 parent 2f42d30 commit 205f8b4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Other PHP-related configuration variables can be passed similarly. For example:
3939
After 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
4545
See build system documentation for available PHP configuration variables and
@@ -66,10 +66,7 @@ project(
6666
LANGUAGES NONE
6767
)
6868

69-
################################################################################
7069
# Configuration.
71-
################################################################################
72-
7370
block(PROPAGATE phpUrl)
7471
set(
7572
PHP_VERSION_DOWNLOAD "${PROJECT_VERSION}-dev"

0 commit comments

Comments
 (0)