Closed
Description
In certain files at https://github.com/Metrological/WebKitForWayland/tree/master/Source/cmake the find_library function is used with hardcoded names. Although the names might be commonly accepted, wouldn't it be better to extract the name from the .pc, i.e. the name given by -l? This allows for less conventional names.