From c8c17dbc6351b437c555bf1d5863fdf77de11f07 Mon Sep 17 00:00:00 2001 From: Akash Munagala Date: Sat, 19 Feb 2022 11:17:37 -0600 Subject: [PATCH] Remove YAML_CPP_DLL define Signed-off-by: Akash Munagala --- rosbag2_storage/include/rosbag2_storage/yaml.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/rosbag2_storage/include/rosbag2_storage/yaml.hpp b/rosbag2_storage/include/rosbag2_storage/yaml.hpp index 606cbe50e1..edac0b602b 100644 --- a/rosbag2_storage/include/rosbag2_storage/yaml.hpp +++ b/rosbag2_storage/include/rosbag2_storage/yaml.hpp @@ -17,8 +17,6 @@ #include #ifdef _WIN32 -// This is necessary because of a bug in yaml-cpp's cmake -#define YAML_CPP_DLL // This is necessary because yaml-cpp does not always use dllimport/dllexport consistently # pragma warning(push) # pragma warning(disable:4251)