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.
2 parents df900d3 + 06f9706 commit 7a74155Copy full SHA for 7a74155
cmake/ext/intl/CMakeLists.txt
@@ -63,11 +63,11 @@ endif()
63
# TODO: Recheck this.
64
get_target_property(type php_ext_intl TYPE)
65
if(
66
- type MATCHES "^(MODULE|SHARED)_LIBRARY$"
+ NOT type MATCHES "^(MODULE|SHARED)_LIBRARY$"
67
AND CMAKE_SYSTEM_NAME STREQUAL "Windows"
68
)
69
message(
70
- WARNING
+ AUTHOR_WARNING
71
"TODO: Recheck if Windows still requires ext/intl to be always built as "
72
"shared (zend_strtod.c/ICU type conflict)."
73
0 commit comments