Currently the package info is very minimal:
From the official cmake module it's FindLibUUID.cmake
Imported Targets
^^^^^^^^^^^^^^^^An :ref:
imported target <Imported targets>named
LibUUID::LibUUIDis provided if LibUUID has been found.
I don't see this module file in CMake documentation nor in installation folder of CMake.
@prince-chrismc
That FindLibUUID.cmake file you're referring to is only used while building CMake.
Its directory contains some external dependencies of CMake.
The root /Modules folder contains all modules that are installed. I can't find uuid in this folder.
That's very interesting... google might be fouling me but it's the top result 馃

Searching github seems like using caps is more preferable but again... search engines are echo chambers
And the first response on the vcpkg issue says to use find_library instead of find_package.