Remove spurious duplicate lines from the stacktrace. Only log the DETECT and FAIL points, everything else is noise.

This commit is contained in:
2026-06-27 07:44:20 -04:00
parent 675c60b5e0
commit 5b1a6c2cc7
2 changed files with 2 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ add_library(akerror SHARED
)
target_include_directories(akerror PUBLIC
$<BUILD_INTERFACE:${GENERATED_DIR}>/include
$<BUILD_INTERFACE:${GENERATED_DIR}/include>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
)
@@ -66,7 +66,7 @@ install(TARGETS akerror
INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
)
install(FILES "include/akerror.h" DESTINATION "include/")
install(FILES ${GENERATED_AKERROR_H} DESTINATION "include/")
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/akerror.pc DESTINATION "lib/pkgconfig/")
install(EXPORT akerrorTargets