You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that if you run find_package(rxcpp "4.1.1" CONFIG REQUIRED), it will fail because the package erroneously reports that its version is still 2.2.4.
It just needs to be updated with the actual version.
The text was updated successfully, but these errors were encountered:
The file projects/CMake/CMakeLists.txt has the version still set to
2.2.4
.This means that if you run
find_package(rxcpp "4.1.1" CONFIG REQUIRED)
, it will fail because the package erroneously reports that its version is still2.2.4
.It just needs to be updated with the actual version.
The text was updated successfully, but these errors were encountered: