vcpkg/ports/urdfdom/0001_use_math_defines.patch

16 lines
447 B
Diff
Raw Normal View History

2017-09-04 05:34:47 +08:00
diff --git a/urdf_parser/CMakeLists.txt b/urdf_parser/CMakeLists.txt
index ac7c079..67f175d 100644
2017-09-04 05:34:47 +08:00
--- a/urdf_parser/CMakeLists.txt
+++ b/urdf_parser/CMakeLists.txt
@@ -23,6 +23,10 @@ macro(add_urdfdom_library)
SOVERSION ${URDF_MAJOR_MINOR_VERSION})
endmacro()
2017-09-04 05:34:47 +08:00
+if(MSVC)
+ add_definitions(-D_USE_MATH_DEFINES)
2017-09-04 05:34:47 +08:00
+endif()
+
if(TARGET console_bridge::console_bridge)
set(console_bridge_link_libs "console_bridge::console_bridge")
else()