Skip to content

Commit

Permalink
Remove YAML_CPP_DLL define (#964)
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Munagala <[email protected]>
  • Loading branch information
Ace314159 authored Oct 4, 2022
1 parent 6a07c16 commit c92010b
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 @@ -19,8 +19,6 @@
#include <vector>

#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 c92010b

Please sign in to comment.