mirror of
https://github.com/neovim/neovim.git
synced 2025-11-22 10:06:33 +00:00
Use cmake --build instead of Make
- If possble try to abstract away from Make, and use cmake --build - third-party still needs to find Make to build some components - Removed search for Make from CMakeLists.txt * for CMake < 3.0 --build has no color output
This commit is contained in:
2
third-party/cmake/InstallMsgpack.cmake
vendored
2
third-party/cmake/InstallMsgpack.cmake
vendored
@@ -1,5 +1,5 @@
|
||||
execute_process(
|
||||
COMMAND ${MAKE_PRG} install
|
||||
COMMAND ${CMAKE_COMMAND} --build . --target install
|
||||
RESULT_VARIABLE res)
|
||||
|
||||
if(NOT res EQUAL 0)
|
||||
|
||||
Reference in New Issue
Block a user