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 4b95a8dCopy full SHA for 4b95a8d
cmake/CPM.cmake
@@ -391,7 +391,7 @@ 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
+ # We should never get here. This is an assertion and hitting it means there's a problem with the code
395
# 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()
0 commit comments