From c92ee29b17ad2239ce11ddd76134b199ef5a3ed2 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 30 Jan 2021 16:23:40 +0100 Subject: 20210130.1 global branch merge. Signed-off-by: Matteo Bernardini --- libraries/sdformat/cmake.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 libraries/sdformat/cmake.patch (limited to 'libraries/sdformat/cmake.patch') diff --git a/libraries/sdformat/cmake.patch b/libraries/sdformat/cmake.patch new file mode 100644 index 0000000000..38e6b6cca6 --- /dev/null +++ b/libraries/sdformat/cmake.patch @@ -0,0 +1,20 @@ +diff -Naur osrf-sdformat-e5ac5aaa49f2.orig/CMakeLists.txt osrf-sdformat-e5ac5aaa49f2/CMakeLists.txt +--- osrf-sdformat-e5ac5aaa49f2.orig/CMakeLists.txt 2016-10-10 23:51:37.000000000 +0200 ++++ osrf-sdformat-e5ac5aaa49f2/CMakeLists.txt 2017-07-29 19:46:16.021921859 +0200 +@@ -186,11 +186,13 @@ + # OS Specific initialization + if (UNIX) + sdf_setup_unix() +-else (WIN32) ++endif () ++if (WIN32) + sdf_setup_windows() +-else (APPLE) ++endif () ++if (APPLE) + sdf_setup_apple() +-endif() ++endif () + + ################################################# + # Print warnings and errors -- cgit v1.2.3