We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e73df0 commit 9233719Copy full SHA for 9233719
cmake/win32/CMakeLists.txt
@@ -145,7 +145,7 @@ target_compile_options(
145
)
146
147
# Add common libraries to PHP Windows core DLL library and shared extensions.
148
-add_library(php_windows_common_libs INTERFACE GLOBAL)
+add_library(php_windows_common_libs INTERFACE IMPORTED GLOBAL)
149
target_link_libraries(
150
php_windows_common_libs
151
INTERFACE
0 commit comments