What is the difference between find_package(podofo CONFIG REQUIRED) and find_package(podofo REQUIRED)?
If your project is about to link to a lib, you probably need to use the find_package command of CMake. find_package(libname CONFIG REQUIRED) or, find_package(libname REQUIRED) What is the difference […]