diff --git a/src/cmd/core/CMakeLists.txt b/src/cmd/core/CMakeLists.txt index 781af518..d91ca513 100644 --- a/src/cmd/core/CMakeLists.txt +++ b/src/cmd/core/CMakeLists.txt @@ -16,9 +16,3 @@ add_executable(synergy-core main.cpp) target_link_libraries(synergy-core arch base client common io mt net ipc platform server core ${libs} ${OPENSSL_LIBS}) - -if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") - install (TARGETS synergy-core DESTINATION ${SYNERGY_BUNDLE_BINARY_DIR}) -elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux") - install (TARGETS synergy-core DESTINATION bin) -endif()