We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0370507 commit 76ca486Copy full SHA for 76ca486
cmake/CPM.cmake
@@ -391,8 +391,8 @@ function(cpm_parse_add_package_single_arg arg outArgs)
391
# We don't try to parse the version if it's not provided explicitly. cpm_get_version_from_url
392
# should do this at a later point
393
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.
+ # 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.
396
message(FATAL_ERROR "${CPM_INDENT} Unsupported package type '${packageType}' of '${arg}'")
397
endif()
398
0 commit comments