mirror of
https://github.com/reactos/CMake.git
synced 2025-03-04 09:57:12 +00:00
QtDialog: don't install desktop file bits on Apple
Apple uses the dmg file which doesn't have .desktop support.
This commit is contained in:
parent
8451f12350
commit
fcb4541a05
@ -171,7 +171,7 @@ set(CMAKE_INSTALL_DESTINATION_ARGS
|
||||
|
||||
install(TARGETS cmake-gui RUNTIME DESTINATION bin ${CMAKE_INSTALL_DESTINATION_ARGS})
|
||||
|
||||
if(UNIX)
|
||||
if(UNIX AND NOT APPLE)
|
||||
# install a desktop file so CMake appears in the application start menu
|
||||
# with an icon
|
||||
install(FILES CMake.desktop DESTINATION share/applications )
|
||||
|
Loading…
x
Reference in New Issue
Block a user