File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ target_include_directories(
4747
4848# INTERFACE library that ties all target objects and configuration together.
4949# Only PHP SAPI targets should link to it.
50+ # See: https://cmake.org/cmake/help/latest/manual/cmake-buildsystem.7.html
5051add_library (php_sapis_config INTERFACE )
5152add_library (PHP::PHP ALIAS php_sapis_config)
5253target_link_libraries (php_sapis_config INTERFACE PHP::configuration )
Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ foreach(extension IN LISTS extensions)
7373 add_dependencies (php_${extension} Zend::Zend)
7474
7575 # Pass transitive compile and link properties to PHP configuration interface.
76- # See: https://cmake.org/cmake/help/latest/manual/cmake-buildsystem.7.html
7776 # TODO: Should PHP_CLI extensions pass properties only to PHP_CLI SAPIs?
7877 get_target_property (type php_${extension} TYPE )
7978 if (NOT type MATCHES "^(MODULE|SHARED)_LIBRARY$" )
You can’t perform that action at this time.
0 commit comments