bugfix: RPM 构建失败

This commit is contained in:
luwenpeng
2021-09-15 17:39:18 +08:00
parent ba21a53bb7
commit da5bc120b2
2 changed files with 6 additions and 4 deletions

View File

@@ -29,3 +29,5 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug")
else()
set(CPACK_RPM_PACKAGE_CONFLICTS "packetadapter-debug")
endif()
include(CPack)