Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer committed Feb 4, 2022
1 parent 6a14358 commit 0374638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patch/ros-noetic-moveit-ros-perception.win.patch
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ index 73f692e68..d17ed79d0 100644
+if(MSVC AND ${MSVC_VERSION} GREATER_EQUAL 1915)
+ # You must acknowledge that you understand MSVC resolved a byte alignment issue in this compiler
+ # We get this due to using Eigen objects and allocating those objects with make_shared
+ target_compile_definitions( ${target_name} PRIVATE _ENABLE_EXTENDED_ALIGNED_STORAGE )
+ add_compile_definitions(_ENABLE_EXTENDED_ALIGNED_STORAGE)
+endif()
+
if(APPLE)
Expand Down

0 comments on commit 0374638

Please sign in to comment.