mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
ENH: change name for start menu entry
This commit is contained in:
@@ -2,7 +2,7 @@ SET(IS_APPLE @APPLE@)
|
||||
SET(CMAKE_PACKAGE_QTGUI @CMAKE_PACKAGE_QTGUI@)
|
||||
|
||||
IF(CMAKE_PACKAGE_QTGUI)
|
||||
SET(CPACK_PACKAGE_EXECUTABLES "cmake-gui" "CMake" ${CPACK_PACKAGE_EXECUTABLES})
|
||||
SET(CPACK_PACKAGE_EXECUTABLES "cmake-gui" "CMake (cmake-gui)" ${CPACK_PACKAGE_EXECUTABLES})
|
||||
IF(IS_APPLE)
|
||||
# for apple install we set the install prefix to
|
||||
# / and then install
|
||||
|
||||
Reference in New Issue
Block a user