diff --git a/backends/libcommuni/CMakeLists.txt b/backends/libcommuni/CMakeLists.txt index 699b02bd2c94fe736bc138403e302d546c2a40f7..9594867c200edbaaa64f402e71b021b2da52a9e2 100644 --- a/backends/libcommuni/CMakeLists.txt +++ b/backends/libcommuni/CMakeLists.txt @@ -9,6 +9,5 @@ if (NOT WIN32) else () target_link_libraries(spectrum2_libcommuni_backend ${IRC_LIBRARY} ${QT_LIBRARIES} transport) endif() - INSTALL(TARGETS spectrum2_libcommuni_backend RUNTIME DESTINATION bin)