Remove spurious duplicate lines from the stacktrace. Only log the DETECT and FAIL points, everything else is noise.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user