fix: make sure there are no hidden chars in CMakeLists.txt
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
fa9fce9131
commit
9ccf4d2352
1 changed files with 5 additions and 1 deletions
|
@ -34,7 +34,11 @@ target_link_libraries(igmpgen ${LIBNET_LIBRARY})
|
|||
install(TARGETS igmpgen DESTINATION bin)
|
||||
|
||||
# Install the man page
|
||||
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/misc/igmpgen.man.1" DESTINATION share/man/man1 RENAME igmpgen.1)
|
||||
install(
|
||||
FILES "${CMAKE_CURRENT_SOURCE_DIR}/misc/igmpgen.man.1"
|
||||
DESTINATION share/man/man1
|
||||
RENAME igmpgen.1
|
||||
)
|
||||
|
||||
# Include CPack for packaging
|
||||
include(InstallRequiredSystemLibraries)
|
||||
|
|
Loading…
Reference in a new issue