From c8877f9c30568218026c46bb2e4f7fa8a0e964d7 Mon Sep 17 00:00:00 2001 From: Ezra Chung Date: Thu, 13 Mar 2025 15:25:44 -0500 Subject: [PATCH] Remove obsolete include paths to v_noabi generated config headers --- cmake/BsoncxxUtil.cmake | 1 - cmake/MongocxxUtil.cmake | 1 - 2 files changed, 2 deletions(-) diff --git a/cmake/BsoncxxUtil.cmake b/cmake/BsoncxxUtil.cmake index b2cf17d40d..bfea7fcb1c 100644 --- a/cmake/BsoncxxUtil.cmake +++ b/cmake/BsoncxxUtil.cmake @@ -147,7 +147,6 @@ function(bsoncxx_add_library TARGET OUTPUT_NAME LINK_TYPE) $ $ $ - $ $ ) target_compile_definitions(${TARGET} PRIVATE ${libbson_definitions}) diff --git a/cmake/MongocxxUtil.cmake b/cmake/MongocxxUtil.cmake index 5014384229..932d9a2202 100644 --- a/cmake/MongocxxUtil.cmake +++ b/cmake/MongocxxUtil.cmake @@ -109,7 +109,6 @@ function(mongocxx_add_library TARGET OUTPUT_NAME LINK_TYPE) $ $ $ - $ $ ) target_compile_definitions(${TARGET} PRIVATE ${libmongoc_definitions})