Skip to content

Commit

Permalink
Remove 'bug' from comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PercentBoat4164 authored Apr 9, 2024
1 parent 0370507 commit 4b95a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CPM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ function(cpm_parse_add_package_single_arg arg outArgs)
# We don't try to parse the version if it's not provided explicitly. cpm_get_version_from_url
# should do this at a later point
else()
# We should never get here. This is an assertion and hitting it means there's a bug in the code
# We should never get here. This is an assertion and hitting it means there's a problem with the code
# above. A packageType was set, but not handled by this if-else.
message(FATAL_ERROR "${CPM_INDENT} Unsupported package type '${packageType}' of '${arg}'")
endif()
Expand Down

0 comments on commit 4b95a8d

Please sign in to comment.