From cc0048657ed4f2cc82595a3d72fb84ef200229bb Mon Sep 17 00:00:00 2001 From: "Jerry (Xinyu Hou)" Date: Tue, 25 Apr 2017 15:53:54 +0100 Subject: [PATCH] #6012 Fix cmake if not closed error --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 324c3d8b..4f6613f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -391,7 +391,8 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") install(FILES res/synergy2.desktop DESTINATION share/applications) else() install(FILES res/synergy.desktop DESTINATION share/applications) - + endif() + install(FILES res/synergy.svg DESTINATION share/icons) endif()