--- a/CMakeLists.txt.orig 2018-12-15 22:59:33.936776033 +0100 +++ b/CMakeLists.txt 2018-12-15 22:59:51.983457768 +0100 @@ -694,19 +694,6 @@ POST_BUILD COMMAND ${CMAKE_COMMAND} -E ${REPLI_COMMAND} $ ${stransmit_path}) - if (SYMLINKABLE) - message(STATUS "BACKWARD COMPATIBLE 'stransmit': will use symbolic link") - srt_install_symlink(srt-live-transmit ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_BINDIR}/stransmit) - elseif(${CMAKE_MAJOR_VERSION} LESS 3) - message(FATAL_ERROR "Your system can't install symbolic link to 'stransmit', copy-on-install requires cmake at least 3.0.2") - else() - # This installation doesn't work with cmake earlier than 3.0 - # (looxlike cmake 2.8 somehow doesn't have a problem with resolving the $ - # inside the generated makefile, but does have problem with its own generated cmake_install.cmake :D) - message(STATUS "BACKWARD COMPATIBLE 'stransmit': will use copying") - install(PROGRAMS ${stransmit_path} DESTINATION ${CMAKE_INSTALL_BINDIR}) - endif() - # srt-file-transmit must be temporarily blocked on Windows because it's not yet portable if (NOT WIN32) srt_add_application(srt-file-transmit ${VIRTUAL_srtsupport})