Skip to content

Commit 5491f2b

Browse files
committed
Merge branch 'PHP-8.4'
2 parents 191dfce + 5e76593 commit 5491f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ext/openssl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ set_package_properties(
171171
)
172172

173173
# Link publicly for internal_functions files.
174-
target_link_libraries(php_ext_openssl PRIVATE OpenSSL::SSL)
174+
target_link_libraries(php_ext_openssl PUBLIC OpenSSL::SSL)
175175

176176
if(TARGET OpenSSL::SSL)
177177
cmake_push_check_state(RESET)

0 commit comments

Comments
 (0)