From 8b975697817b0c8c1d47e57970bcabb005725d86 Mon Sep 17 00:00:00 2001 From: "Markus Kitsinger (SwooshyCueb)" Date: Tue, 20 Feb 2024 15:04:32 -0500 Subject: [PATCH] [irods/irods#6256] do not explicitly add spdlog to includes --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4cd90fa..67fefb8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -130,7 +130,6 @@ target_include_directories( ${CMAKE_SOURCE_DIR}/s3/s3_transport/include ${IRODS_EXTERNALS_FULLPATH_BOOST}/include ${IRODS_EXTERNALS_FULLPATH_S3}/include - ${IRODS_EXTERNALS_FULLPATH_SPDLOG}/include ) target_compile_definitions( irods_s3_plugin