Skip to content

Commit 32a9610

Browse files
committed
Update configure phase titles
1 parent f5ff9b3 commit 32a9610

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

cmake/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ cmake_minimum_required(VERSION 3.25 FATAL_ERROR)
44
include(cmake/CMakeDefaults.cmake)
55

66
message("
7-
Running system checks
8-
---------------------
7+
Initializing PHP build system
8+
-----------------------------
99
")
1010

1111
message(STATUS "CMake version: ${CMAKE_VERSION}")

cmake/cmake/Bootstrap.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ include(cmake/Configuration.cmake)
4646
# Check requirements.
4747
include(cmake/Requirements.cmake)
4848

49+
message("
50+
Running system checks
51+
---------------------
52+
")
53+
4954
# Run PHP configuration checks.
5055
include(cmake/ConfigureChecks.cmake)
5156

cmake/cmake/ConfigureChecks.cmake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ include(FeatureSummary)
1616
include(PHP/CheckAttribute)
1717
include(PHP/SearchLibraries)
1818

19-
message("
20-
Running global configure checks
21-
-------------------------------
22-
")
23-
2419
################################################################################
2520
# Check headers.
2621
################################################################################

0 commit comments

Comments
 (0)