mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #1642 from fwalch/msgpack-glob
CMake: Remove shared libraries for messagepack.
This commit is contained in:
commit
677a3f42c0
2
third-party/cmake/InstallMsgpack.cmake
vendored
2
third-party/cmake/InstallMsgpack.cmake
vendored
@ -6,7 +6,7 @@ if(NOT res EQUAL 0)
|
||||
message(FATAL_ERROR "Installing msgpack failed.")
|
||||
endif()
|
||||
|
||||
file(GLOB FILES_TO_REMOVE ${REMOVE_FILE_GLOB})
|
||||
file(GLOB_RECURSE FILES_TO_REMOVE ${REMOVE_FILE_GLOB})
|
||||
if(FILES_TO_REMOVE)
|
||||
file(REMOVE ${FILES_TO_REMOVE})
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user