Skip to content

Commit f62128d

Browse files
committed
Bypass errors when dependencies aren't resolved
1 parent c7b0209 commit f62128d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/cmake/modules/PHP/PkgConfig.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ function(php_pkgconfig_generate_pc)
202202
file(
203203
GET_RUNTIME_DEPENDENCIES
204204
RESOLVED_DEPENDENCIES_VAR dependencies
205+
UNRESOLVED_DEPENDENCIES_VAR unresolvedDependencies
205206
PRE_EXCLUDE_REGEXES
206207
libc\\.
207208
libroot\\.

0 commit comments

Comments
 (0)