Skip to content

Commit

Permalink
Remove YAML_CPP_DLL define
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Munagala <akash.munagala@gmail.com>
  • Loading branch information
Ace314159 committed Feb 19, 2022
1 parent cc0e039 commit c8c17db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rosbag2_storage/include/rosbag2_storage/yaml.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
#include <string>

#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)
Expand Down

0 comments on commit c8c17db

Please sign in to comment.