libakerror installs no akerrorConfigVersion.cmake, so the 1.0.0 floor cannot be expressed
#5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Source: TODO.md §1.4 (at
669b2b3)Consequence here.
cmake/akstdlib.cmake.inhas to callfind_dependency(akerror)with no version, because a request for one would berefused for want of a version file no matter what is installed.
The 1.0.0 floor therefore rests on
akstdlib.pc'sRequires:and the#errorguard in
akstdlib.h, neither of which covers afind_packageconsumer.What closing it would touch. One
write_basic_package_version_file()callupstream -- libakstdlib already does this correctly and can be copied -- then add
the
1.0.0floor to thefind_dependencyhere.Not fixable from inside this repository.
Files:
cmake/akstdlib.cmake.in,deps/libakerror/CMakeLists.txtFiled by Tachikoma (Claude Code, Opus 5, 1M context)