fix: relax KF6 CMake link targets

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-05-07 20:55:36 +01:00
parent b02ddd2968
commit 90f8721fb5
3 changed files with 3 additions and 3 deletions
@@ -57,7 +57,7 @@ add_subdirectory(src)
# Enable unit testing
if (BUILD_TESTING)
############################# add_subdirectory(autotests)
############################## add_subdirectory(autotests)
add_subdirectory(tests)
endif ()