aboutsummaryrefslogtreecommitdiff
path: root/third-party/cmake/InstallMsgpack.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/cmake/InstallMsgpack.cmake')
-rw-r--r--third-party/cmake/InstallMsgpack.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/cmake/InstallMsgpack.cmake b/third-party/cmake/InstallMsgpack.cmake
index d5e5d7e816..eda77f3b84 100644
--- a/third-party/cmake/InstallMsgpack.cmake
+++ b/third-party/cmake/InstallMsgpack.cmake
@@ -1,5 +1,5 @@
execute_process(
- COMMAND ${MAKE_PRG} install
+ COMMAND ${CMAKE_COMMAND} --build . --target install
RESULT_VARIABLE res)
if(NOT res EQUAL 0)