From e6f1fef2e184d20a0f647df37331a98d98706425 Mon Sep 17 00:00:00 2001 From: erlingrj Date: Tue, 17 Sep 2024 10:31:05 +0200 Subject: [PATCH] Complete rename --- core/federated/RTI/CMakeLists.txt | 2 +- util/tracing/codegen/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/federated/RTI/CMakeLists.txt b/core/federated/RTI/CMakeLists.txt index 5bfbf0196..5ea66c1d6 100644 --- a/core/federated/RTI/CMakeLists.txt +++ b/core/federated/RTI/CMakeLists.txt @@ -43,7 +43,7 @@ IF(CMAKE_BUILD_TYPE MATCHES DEBUG) ENDIF(CMAKE_BUILD_TYPE MATCHES DEBUG) target_compile_definitions(${RTI_LIB} PUBLIC LOG_LEVEL=${LOG_LEVEL}) -include(${LF_ROOT}/version/api/CMakeLists.txt) +include(${LF_ROOT}/variant/api/CMakeLists.txt) target_link_libraries(${RTI_LIB} PUBLIC lf::version-api) include(${LF_ROOT}/logging/api/CMakeLists.txt) diff --git a/util/tracing/codegen/CMakeLists.txt b/util/tracing/codegen/CMakeLists.txt index 5866a2ab3..be755784b 100644 --- a/util/tracing/codegen/CMakeLists.txt +++ b/util/tracing/codegen/CMakeLists.txt @@ -3,7 +3,7 @@ project(TracepointToRs LANGUAGES C) add_executable(tracepoint-to-rs ${CMAKE_CURRENT_LIST_DIR}/src/tracepoint_to_rs.c) set(LF_ROOT ${CMAKE_CURRENT_LIST_DIR}/../../..) include(${LF_ROOT}/trace/api/CMakeLists.txt) -include(${LF_ROOT}/version/api/CMakeLists.txt) +include(${LF_ROOT}/variant/api/CMakeLists.txt) target_link_libraries(tracepoint-to-rs PUBLIC lf::trace-api) target_link_libraries(tracepoint-to-rs PUBLIC lf::version-api) target_link_libraries(tracepoint-to-rs PUBLIC lf::trace-api-types)