mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2026-02-06 14:55:57 +08:00
Remove 'bug' from comment (#555)
* Remove 'bug' from comment * Fix the styling Oh gosh, I messed up the style... * Line endings
This commit is contained in:
@@ -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
|
# 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
|
# should do this at a later point
|
||||||
else()
|
else()
|
||||||
# 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
|
||||||
# above. A packageType was set, but not handled by this if-else.
|
# code above. A packageType was set, but not handled by this if-else.
|
||||||
message(FATAL_ERROR "${CPM_INDENT} Unsupported package type '${packageType}' of '${arg}'")
|
message(FATAL_ERROR "${CPM_INDENT} Unsupported package type '${packageType}' of '${arg}'")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user