From 9e1535d59e3455aeb683805e51b78ccb86c80ab7 Mon Sep 17 00:00:00 2001 From: Christopher Harris Date: Thu, 24 Oct 2024 20:37:08 +0000 Subject: [PATCH] fix libmrc build interface includes --- cpp/mrc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/mrc/CMakeLists.txt b/cpp/mrc/CMakeLists.txt index 1dfb37487..7a3e40481 100644 --- a/cpp/mrc/CMakeLists.txt +++ b/cpp/mrc/CMakeLists.txt @@ -191,7 +191,7 @@ target_link_libraries(libmrc target_include_directories(libmrc PUBLIC $ - $ + $ $ PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/src