Skip to content

Commit 4b95a8d

Browse files
Remove 'bug' from comment
1 parent 0370507 commit 4b95a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/CPM.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ function(cpm_parse_add_package_single_arg arg outArgs)
391391
# We don't try to parse the version if it's not provided explicitly. cpm_get_version_from_url
392392
# should do this at a later point
393393
else()
394-
# We should never get here. This is an assertion and hitting it means there's a bug in the code
394+
# We should never get here. This is an assertion and hitting it means there's a problem with the code
395395
# above. A packageType was set, but not handled by this if-else.
396396
message(FATAL_ERROR "${CPM_INDENT} Unsupported package type '${packageType}' of '${arg}'")
397397
endif()

0 commit comments

Comments
 (0)