VVdec version in find_package call needs update
VVdec is now 3.0.0, it will be ignored because the target version in CMakeLists.txt is 2.3.0, this can be fixed by simply update the target version, but they also mentioned "changes the API" in the release note, maybe there's more to it.
I have tested with vvdec 3.0.0. It works without change.
However, I am not sure how to modify the CMakeLists.txt. Fixing it to a specific version does not seem to be the best approach. cmake >=3.19 should be able to accept a version range, but it did not work for me.
I think the version check is determined by vvdec's cmake file https://github.com/fraunhoferhhi/vvdec/blob/master/cmake/install/vvdecConfigVersion.cmake.in