You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# NodeJS added util.parseArgs([config]) in versions v18.3.0, v16.17.0
37
37
# Check for compatibility, otherwise use fallback command parser in the CLI
38
38
if(NOT (NodeJS_VERSION VERSION_GREATER_EQUAL"18.3.0"OR (NodeJS_VERSION_MAJOR LESS 18 AND NodeJS_VERSION VERSION_GREATER_EQUAL"16.17.0")))
39
-
message(WARNING "NodeJS version ${NodeJS_VERSION} does not support ${target}, at least v18.3.0 or v16.17.0 are required, using fallback command parser")
39
+
message(WARNING "NodeJS version ${NodeJS_VERSION} does not support CLI command line plugins, at least v18.3.0 or v16.17.0 are required, using fallback command parser")
0 commit comments