ENH: change name for start menu entry
This commit is contained in:
parent
0d34d44917
commit
50ec299708
|
@ -2,7 +2,7 @@ SET(IS_APPLE @APPLE@)
|
||||||
SET(CMAKE_PACKAGE_QTGUI @CMAKE_PACKAGE_QTGUI@)
|
SET(CMAKE_PACKAGE_QTGUI @CMAKE_PACKAGE_QTGUI@)
|
||||||
|
|
||||||
IF(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)
|
IF(IS_APPLE)
|
||||||
# for apple install we set the install prefix to
|
# for apple install we set the install prefix to
|
||||||
# / and then install
|
# / and then install
|
||||||
|
|
Loading…
Reference in New Issue