summaryrefslogtreecommitdiff
path: root/tools/monit_stream
diff options
context:
space:
mode:
author童宗振 <[email protected]>2023-12-27 04:05:09 +0000
committer陆秋文 <[email protected]>2023-12-27 04:05:09 +0000
commitb269cd473f22c60203ed50804dc7a26638e6964f (patch)
tree09bba165529645cafa57243c78ea58d679b946dd /tools/monit_stream
parent8711dcbb38389e8a3a2fc5ad3f33408a5db5bb2d (diff)
build DPDK as a support library.
Diffstat (limited to 'tools/monit_stream')
-rw-r--r--tools/monit_stream/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/monit_stream/CMakeLists.txt b/tools/monit_stream/CMakeLists.txt
index e354885..77c435e 100644
--- a/tools/monit_stream/CMakeLists.txt
+++ b/tools/monit_stream/CMakeLists.txt
@@ -9,4 +9,4 @@ add_custom_command(OUTPUT ${PI_DIST_PATH}/monit_stream
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/monit_stream.py)
add_custom_target(monit_stream ALL DEPENDS ${PI_DIST_PATH}/monit_stream)
-install(PROGRAMS ${PI_DIST_PATH}/monit_stream DESTINATION ${MR_INSTALL_BINDIR_RELATIVE_PATH} COMPONENT Program)
+install(PROGRAMS ${PI_DIST_PATH}/monit_stream DESTINATION ${MR_INSTALL_BINDIR} COMPONENT Program)