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
When using tag v1.1.0 and package from pacman, cmake complains that version is 1.0.0 even though version is 1.1.0.
Reproduction steps (on arch linux):
find_package(tl-expected "1.1.0")
result:
CMake Warning at CMakeLists.txt:100 (find_package):
Could not find a configuration file for package "tl-expected" that is
compatible with requested version "1.1.0".
The following configuration files were considered but not accepted:
/usr/share/cmake/tl-expected/tl-expected-config.cmake, version: 1.0.0
When using tag v1.1.0 and package from pacman, cmake complains that version is 1.0.0 even though version is 1.1.0.
Reproduction steps (on arch linux):
result:
Installed version:
The text was updated successfully, but these errors were encountered: