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 993b69e commit 117219aCopy full SHA for 117219a
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