masaori335 commented on code in PR #12017:
URL: https://github.com/apache/trafficserver/pull/12017#discussion_r1944517794
##########
src/traffic_crashlog/CMakeLists.txt:
##########
@@ -20,6 +20,7 @@ add_executable(traffic_crashlog procinfo.cc backtrace.cc
traffic_crashlog.cc)
target_link_libraries(traffic_crashlog PRIVATE ts::inkevent ts::records
ts::tscore ts::tsutil)
if(TS_USE_REMOTE_UNWINDING)
+ target_include_directories(traffic_crashlog BEFORE PRIVATE
${unwind_INCLUDE_DIRS})
Review Comment:
This works if `libunwind.h` is in specific path like
`/opt/libunwind/include/libunwind.h`. However, if it's in default search path
like `/usr/include/libunwind.h`, this doesn't work. Does anybody know better
way?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]