File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ cmake_minimum_required(VERSION 3.25 FATAL_ERROR)
44include (cmake/CMakeDefaults.cmake)
55
66message ("
7- Running system checks
8- ---------------------
7+ Initializing PHP build system
8+ -----------------------------
99" )
1010
1111message (STATUS "CMake version: ${CMAKE_VERSION} " )
Original file line number Diff line number Diff line change @@ -46,6 +46,11 @@ include(cmake/Configuration.cmake)
4646# Check requirements.
4747include (cmake/Requirements.cmake)
4848
49+ message ("
50+ Running system checks
51+ ---------------------
52+ " )
53+
4954# Run PHP configuration checks.
5055include (cmake/ConfigureChecks.cmake)
5156
Original file line number Diff line number Diff line change @@ -16,11 +16,6 @@ include(FeatureSummary)
1616include (PHP/CheckAttribute)
1717include (PHP/SearchLibraries)
1818
19- message ("
20- Running global configure checks
21- -------------------------------
22- " )
23-
2419################################################################################
2520# Check headers.
2621################################################################################
You can’t perform that action at this time.
0 commit comments