Message ID | 20210726094141.191579-1-y.karadz@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [1/2] kernel-shark: Cleanup in CMakeLists.txt | expand |
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})
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(-)