Closed
Description
Library name: rxcpp
New version number: 4.1.1
find_package(rxcpp "4.1.1" CONFIG REQUIRED)
fails with the following error.
CMake Error at C:/opt/vcpkg/scripts/buildsystems/vcpkg.cmake:844 (_find_package):
Could not find a configuration file for package "rxcpp" that is compatible
with requested version "4.1.1".
The following configuration files were considered but not accepted:
C:/Users/User/hello/cmake-build-debug/vcpkg_installed/x64-windows/share/rxcpp/rxcppConfig.cmake, version: 2.2.4
It seems that rxcppConfigVersion.cmake
hasn't been updated to match the new package version.