FindPackageHandleStandardArgs: Remove the unneeded symbol from the message

This commit is contained in:
Alex Turbov
2024-11-14 03:36:55 +04:00
parent 0662a7b4d7
commit 11bf70f968

View File

@@ -531,7 +531,7 @@ function(FIND_PACKAGE_HANDLE_STANDARD_ARGS _NAME _FIRST_ARG)
endif()
endforeach()
set(COMPONENT_MSG "${FOUND_COMPONENTS_MSG} ${MISSING_COMPONENTS_MSG}")
string(APPEND DETAILS "[c${COMPONENT_MSG}]")
string(APPEND DETAILS "[${COMPONENT_MSG}]")
endif()
# version handling: