Skip to content

Commit 76ca486

Browse files
Remove 'bug' from comment (#555)
* Remove 'bug' from comment * Fix the styling Oh gosh, I messed up the style... * Line endings
1 parent 0370507 commit 76ca486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/CPM.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,8 @@ 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
395-
# above. A packageType was set, but not handled by this if-else.
394+
# We should never get here. This is an assertion and hitting it means there's a problem with the
395+
# code 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()
398398

0 commit comments

Comments
 (0)