Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Add missing EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
SoapGentoo committed May 13, 2021
1 parent 259bcff commit 095054b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libtelnet.pc
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig
)

include(CPack)
include(CPack)
2 changes: 1 addition & 1 deletion doc/man/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
add_subdirectory(man1)
add_subdirectory(man3)
add_subdirectory(man3)
2 changes: 1 addition & 1 deletion doc/man/man1/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
install(
FILES telnet-chatd.1 telnet-client.1 telnet-proxy.1
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1
)
)
2 changes: 1 addition & 1 deletion doc/man/man3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ install(
${CMAKE_CURRENT_BINARY_DIR}/telnet_event_t_mssp_t.3
${CMAKE_CURRENT_BINARY_DIR}/telnet_telopt_t.3
DESTINATION ${CMAKE_INSTALL_MANDIR}/man3
)
)
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ foreach (test_name environ01 environ02 environ03 mssp01 rfc1143 simple01 simple0
add_test(
NAME ${test_name}
COMMAND telnet-test ${CMAKE_CURRENT_SOURCE_DIR}/${test_name}.input ${CMAKE_CURRENT_SOURCE_DIR}/${test_name}.txt)
endforeach ()
endforeach ()
2 changes: 1 addition & 1 deletion util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ target_link_libraries(telnet-proxy
libtelnet
$<$<C_COMPILER_ID:MSVC>:wsock32>
$<$<C_COMPILER_ID:MSVC>:ws2_32>
)
)

0 comments on commit 095054b

Please sign in to comment.