Skip to content

Commit

Permalink
cancel the install of unneccesary file
Browse files Browse the repository at this point in the history
  • Loading branch information
womendoushihaoyin committed Jan 8, 2025
1 parent 2708da6 commit dce1935
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mqtt/externals/paho-mqtt-c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,10 @@ IF (PAHO_ENABLE_CPACK)

SET(CPACK_PACKAGE_VENDOR "Eclipse Paho")
SET(CPACK_PACKAGE_NAME "Eclipse-Paho-MQTT-C")
INSTALL(FILES CONTRIBUTING.md epl-v20 edl-v10 README.md notice.html DESTINATION ${CMAKE_INSTALL_DOCDIR})

IF (WIN32)
SET(CPACK_GENERATOR "ZIP")
ELSEIF(PAHO_BUILD_DEB_PACKAGE)
INSTALL(FILES CONTRIBUTING.md epl-v20 edl-v10 README.md notice.html DESTINATION ${CMAKE_INSTALL_DOCDIR})

SET(CPACK_GENERATOR "DEB")
CONFIGURE_FILE(${CMAKE_SCRIPTS}/CPackDebConfig.cmake.in
Expand Down

0 comments on commit dce1935

Please sign in to comment.