linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] kernel-shark: Cleanup in CMakeLists.txt
@ 2021-07-26  9:41 Yordan Karadzhov (VMware)
  2021-07-26  9:41 ` [PATCH 2/2] kernel-shark: Treat all tracing headers as library headers Yordan Karadzhov (VMware)
  0 siblings, 1 reply; 3+ messages in thread
From: Yordan Karadzhov (VMware) @ 2021-07-26  9:41 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: Yordan Karadzhov (VMware)

The CMake variable TRACE CMD INCLUDE_DIR is a leftover from previous
versions of the build system. This variable is no longer set, hance
its usage has no effect.

Signed-off-by: Yordan Karadzhov (VMware) <y.karadz@gmail.com>
---
 CMakeLists.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f3449a5..67dfb81 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -132,8 +132,7 @@ else (CMAKE_BUILD_TYPE MATCHES Package)
 endif (CMAKE_BUILD_TYPE MATCHES Package)
 
 include_directories(${KS_DIR}/src/
-                    ${KS_DIR}/build/src/
-                    ${TRACECMD_INCLUDE_DIR})
+                    ${KS_DIR}/build/src/)
 
 message("")
 message(STATUS "C flags      : " ${CMAKE_C_FLAGS})
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-26 13:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-26  9:41 [PATCH 1/2] kernel-shark: Cleanup in CMakeLists.txt Yordan Karadzhov (VMware)
2021-07-26  9:41 ` [PATCH 2/2] kernel-shark: Treat all tracing headers as library headers Yordan Karadzhov (VMware)
2021-07-26 13:59   ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).