Skip to content

Commit 9233719

Browse files
committed
Fix library
1 parent 3e73df0 commit 9233719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/win32/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ target_compile_options(
145145
)
146146

147147
# Add common libraries to PHP Windows core DLL library and shared extensions.
148-
add_library(php_windows_common_libs INTERFACE GLOBAL)
148+
add_library(php_windows_common_libs INTERFACE IMPORTED GLOBAL)
149149
target_link_libraries(
150150
php_windows_common_libs
151151
INTERFACE

0 commit comments

Comments
 (0)