Skip to content

Commit 1edf4c4

Browse files
committed
Corrected message from cli command plugins.
1 parent 1129214 commit 1edf4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/cli/plugins/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ add_subdirectory(cli_core_plugin)
3636
# NodeJS added util.parseArgs([config]) in versions v18.3.0, v16.17.0
3737
# Check for compatibility, otherwise use fallback command parser in the CLI
3838
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")
4040
return()
4141
endif()
4242

0 commit comments

Comments
 (0)