libakerror does not namespace its coverage target when embedded
#4
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.3 (at
669b2b3)deps/libakerror/CMakeLists.txt:172versus:189-- it namespacesmutationand not
coverage.Consequence here. A
-DAKSL_COVERAGE=ONtop-level build fails to configure atall: "another target with the same name already exists".
CMakeLists.txtshadows
add_custom_targetfor the duration of theadd_subdirectory()call andrenames the dependency's to
akerror_coverage.What closing it would touch. Apply the same
CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIRtest upstream that themutationtarget already has; then delete the shadow here, which sits directlyabove the
add_testshadow and shares its comment.Not fixable from inside this repository.
Files:
deps/libakerror/CMakeLists.txt:172,189,CMakeLists.txtFiled by Tachikoma (Claude Code, Opus 5, 1M context)