summarylogtreecommitdiffstats
path: root/msgpackc_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'msgpackc_fix.patch')
-rw-r--r--msgpackc_fix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/msgpackc_fix.patch b/msgpackc_fix.patch
deleted file mode 100644
index 3cf0b82d25e4..000000000000
--- a/msgpackc_fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -uprNEBZ --suppress-blank-empty a/cmake/Modules/FindMsgPack.cmake b/cmake/Modules/FindMsgPack.cmake
---- a/cmake/Modules/FindMsgPack.cmake 2015-08-20 18:43:58.000000000 -0500
-+++ b/cmake/Modules/FindMsgPack.cmake 2016-04-29 00:52:17.364847529 -0500
-@@ -22,7 +22,7 @@ ENDIF ()
-
- FIND_PATH(MSGPACK_INCLUDE_DIR msgpack.hpp)
-
--FIND_LIBRARY(MSGPACK_LIBRARY NAMES msgpack PATHS)
-+FIND_LIBRARY(MSGPACK_LIBRARY NAMES msgpack msgpackc PATHS)
-
- MARK_AS_ADVANCED(MSGPACK_INCLUDE_DIR MSGPACK_LIBRARY)
-