Category "find-package"

CMake - Install Find script for depencency together with script

I am making a CMake library around some installable SDK. So the dependency tree looks like: Application --> MyLibrary --> OfficialSDK This SDK is

Finding Protobuf package with CMake

I cannot seem to get CMake to consistently find my protobuf package. I would like to include the protobuf source and build it as part of my project. I'm using p