Skip to content

Commit

Permalink
correct error message of arbitrary script
Browse files Browse the repository at this point in the history
  • Loading branch information
justend29 committed Mar 11, 2024
1 parent 27cac4c commit ea9cb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jgd-cmake-modules/JcmArbitraryScript.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if(CMAKE_SCRIPT_MODE_FILE STREQUAL CMAKE_CURRENT_LIST_FILE)
message(FATAL_ERROR "${base_invalid_arg_message}" "No arguments follow the separator.")
elseif(NOT separated_arg_count STREQUAL "1")
message(FATAL_ERROR
"${base_invalid_arg_message}" "Multiple (${add_arg_count}) arguments follow the separator.")
"${base_invalid_arg_message}" "Multiple (${separated_arg_count}) arguments follow the separator.")
endif()

# Evaluate code
Expand Down

0 comments on commit ea9cb4c

Please sign in to comment.