summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
author童宗振 <[email protected]>2024-01-31 09:33:02 +0000
committer宋延超 <[email protected]>2024-01-31 09:33:02 +0000
commit1c40c75d6989b26d3dc8e323dde9c03af94c1bd4 (patch)
treeb793adb6a3cdfab4bcc05e4d3b5928fca1de2e25 /CMakeLists.txt
parentac0a61dc77b42c372cd28f1f014fe46081ed7996 (diff)
fix patch macro errorv4.6.72-20240131
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 712890f..3757893 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -137,8 +137,8 @@ add_subdirectory(${CMAKE_SOURCE_DIR}/tools)
add_subdirectory(${CMAKE_SOURCE_DIR}/conf)
add_subdirectory(${CMAKE_SOURCE_DIR}/test)
-# add_custom_target("install-program" COMMAND ${CMAKE_COMMAND} ARGS -DCOMPONENT=Program -P cmake_install.cmake)
-# add_custom_target("install-profile" COMMAND ${CMAKE_COMMAND} ARGS -DCOMPONENT=Profile -P cmake_install.cmake)
+add_custom_target("install-program" COMMAND ${CMAKE_COMMAND} ARGS -DCOMPONENT=Program -P cmake_install.cmake)
+add_custom_target("install-profile" COMMAND ${CMAKE_COMMAND} ARGS -DCOMPONENT=Profile -P cmake_install.cmake)
message(STATUS "Packet I/O Middleware based on DPDK(Marsio), Version: ${MARSIO_VERSION}")