#6012 Fix cmake if not closed error

This commit is contained in:
Jerry (Xinyu Hou) 2017-04-25 15:53:54 +01:00
parent 86d6697dea
commit cc0048657e
1 changed files with 2 additions and 1 deletions

View File

@ -391,7 +391,8 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
install(FILES res/synergy2.desktop DESTINATION share/applications) install(FILES res/synergy2.desktop DESTINATION share/applications)
else() else()
install(FILES res/synergy.desktop DESTINATION share/applications) install(FILES res/synergy.desktop DESTINATION share/applications)
endif()
install(FILES res/synergy.svg DESTINATION share/icons) install(FILES res/synergy.svg DESTINATION share/icons)
endif() endif()