From 76ca48690bb66de37febf1a4cf74f523d016fa6e Mon Sep 17 00:00:00 2001 From: PercentBoat4164 <51725924+PercentBoat4164@users.noreply.github.com> Date: Sun, 21 Apr 2024 15:12:30 -0400 Subject: [PATCH] Remove 'bug' from comment (#555) * Remove 'bug' from comment * Fix the styling Oh gosh, I messed up the style... * Line endings --- cmake/CPM.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/CPM.cmake b/cmake/CPM.cmake index a01fc256..ba62fd20 100644 --- a/cmake/CPM.cmake +++ b/cmake/CPM.cmake @@ -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()