Skip to content

Commit bc9b2bd

Browse files
committed
Move docs link
1 parent 2949e23 commit bc9b2bd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

cmake/cmake/Bootstrap.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
5051
add_library(php_sapis_config INTERFACE)
5152
add_library(PHP::PHP ALIAS php_sapis_config)
5253
target_link_libraries(php_sapis_config INTERFACE PHP::configuration)

cmake/ext/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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$")

0 commit comments

Comments
 (0)