File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ https://bugs.php.net/53141
3131
3232Custom CMake properties:
3333
34- * PHP_EXTENSION
3534* PHP_ZEND_EXTENSION
3635* PHP_EXTENSION_<extension>_DEPS
3736#]=============================================================================]
@@ -42,12 +41,6 @@ include_guard(GLOBAL)
4241# CMake custom properties.
4342################################################################################
4443
45- define_property (
46- TARGET
47- PROPERTY PHP_EXTENSION
48- BRIEF_DOCS "Whether the target is a PHP extension"
49- )
50-
5144define_property (
5245 TARGET
5346 PROPERTY PHP_ZEND_EXTENSION
@@ -404,9 +397,6 @@ function(php_extensions_postconfigure extension)
404397 add_library (PHP::ext ::${extension} ALIAS php_ext_${extension} )
405398 endif ()
406399
407- # Mark target as PHP extension.
408- set_property (TARGET php_ext_${extension} PROPERTY PHP_EXTENSION TRUE )
409-
410400 # Set target output filename to "<extension>".
411401 get_target_property (output php_ext_${extension} OUTPUT_NAME )
412402 if (NOT output )
Original file line number Diff line number Diff line change @@ -428,10 +428,6 @@ A list of PHP CMake modules:
428428 )
429429 ```
430430
431- * PHP_EXTENSION
432-
433- Target property that designates that the CMake target is a PHP extension.
434-
435431* ` PHP_EXTENSION_<extension>_DEPS `
436432
437433 Global property with a list of all dependencies of PHP ` <extension> ` (the name of
You can’t perform that action at this time.
0 commit comments