Skip to content

Commit

Permalink
Remove 'bug' from comment (#555)
Browse files Browse the repository at this point in the history
* Remove 'bug' from comment

* Fix the styling

Oh gosh, I messed up the style...

* Line endings
  • Loading branch information
PercentBoat4164 committed Apr 21, 2024
1 parent 0370507 commit 76ca486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/CPM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,8 @@ 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
# above. A packageType was set, but not handled by this if-else.
# 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 76ca486

Please sign in to comment.