Compare commits
No commits in common. "c0f475321371c2800949a84b8e16490a49cded39" and "b5a8e14de68768f8b095305952811875ffd396c0" have entirely different histories.
c0f4753213
...
b5a8e14de6
1 changed files with 1 additions and 13 deletions
|
@ -34,19 +34,7 @@ target_link_libraries(igmpgen ${LIBNET_LIBRARY})
|
||||||
install(TARGETS igmpgen DESTINATION bin)
|
install(TARGETS igmpgen DESTINATION bin)
|
||||||
|
|
||||||
# Install the man page
|
# Install the man page
|
||||||
include(GNUInstallDirs)
|
install(FILES misc/igmpgen.man.1 DESTINATION share/man/man1 RENAME igmpgen.1)
|
||||||
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/misc/)
|
|
||||||
file(
|
|
||||||
ARCHIVE_CREATE
|
|
||||||
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/misc/igmpgen.1.gz
|
|
||||||
PATHS ${CMAKE_CURRENT_SOURCE_DIR}/misc/igmpgen.man.1
|
|
||||||
FORMAT raw
|
|
||||||
COMPRESSION GZip
|
|
||||||
)
|
|
||||||
install(
|
|
||||||
FILES ${CMAKE_CURRENT_BINARY_DIR}/misc/igmpgen.1.gz
|
|
||||||
TYPE MAN
|
|
||||||
)
|
|
||||||
|
|
||||||
# Include CPack for packaging
|
# Include CPack for packaging
|
||||||
include(InstallRequiredSystemLibraries)
|
include(InstallRequiredSystemLibraries)
|
||||||
|
|
Loading…
Reference in a new issue