neovim/third-party/cmake
John Szakmeister 5fa54a2dc0 third-party: avoid using rm in the install command
Also, the command was removing only .so versions of the library, and not
the the `.dylib` under Mac OS X, and in a way that it would fail if the
files weren't present.

Instead, let's delegate to a CMake script--to get the portability--and
use a glob to detect and remove the shared versions of the library.
Hopefully, this will become unnecessary as msgpack's build becomes more
full-featured, and we can just tell it to build the static version
instead.
2014-09-14 05:03:35 -04:00
..
DownloadAndExtractFile.cmake Workaround the broken progress feedback in some versions of CMake. 2014-03-21 15:22:00 -04:00
InstallMsgpack.cmake third-party: avoid using rm in the install command 2014-09-14 05:03:35 -04:00