File tree Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -139,13 +139,21 @@ mark_as_advanced(PHP_FD_SETSIZE)
139139option (PHP_VALGRIND "Enable the Valgrind support" OFF )
140140mark_as_advanced (PHP_VALGRIND)
141141
142- option (PHP_MEMORY_SANITIZER "Enable the memory sanitizer compiler options (clang only)" OFF )
142+ option (
143+ PHP_MEMORY_SANITIZER
144+ "Enable the memory sanitizer compiler options (clang only)"
145+ OFF
146+ )
143147mark_as_advanced (PHP_MEMORY_SANITIZER)
144148
145149option (PHP_ADDRESS_SANITIZER "Enable the address sanitizer compiler option" OFF )
146150mark_as_advanced (PHP_ADDRESS_SANITIZER)
147151
148- option (PHP_UNDEFINED_SANITIZER "Enable the undefined sanitizer compiler option" OFF )
152+ option (
153+ PHP_UNDEFINED_SANITIZER
154+ "Enable the undefined sanitizer compiler option"
155+ OFF
156+ )
149157mark_as_advanced (PHP_UNDEFINED_SANITIZER)
150158
151159option (PHP_GCOV "Enable GCOV code coverage and include GCOV symbols" OFF )
Original file line number Diff line number Diff line change @@ -30,16 +30,16 @@ if(NOT stubs)
3030endif ()
3131
3232execute_process (
33- COMMAND
34- ${CMAKE_COMMAND}
35- -E cmake_echo_color --blue --bold
36- "Regenerating *_arginfo.h headers from *.stub.php sources"
33+ COMMAND
34+ ${CMAKE_COMMAND}
35+ -E cmake_echo_color --blue --bold
36+ "Regenerating *_arginfo.h headers from *.stub.php sources"
3737)
3838
3939execute_process (
40- COMMAND
41- @PHP_COMMAND@ @PROJECT_BINARY_DIR @/CMakeFiles/php_stubs/gen_stub.php
42- ${stubs}
40+ COMMAND
41+ @PHP_COMMAND@ @PROJECT_BINARY_DIR @/CMakeFiles/php_stubs/gen_stub.php
42+ ${stubs}
4343)
4444
4545# Ensure that *_arginfo.h headers are newer than their *.stub.php sources.
You can’t perform that action at this time.
0 commit comments