mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
ENH: take cmake-gui out of beta
This commit is contained in:
@@ -12,6 +12,8 @@ ELSE(NOT QT4_FOUND)
|
||||
# unless qt is static
|
||||
IF(WIN32 AND NOT QT_CONFIG MATCHES "static")
|
||||
SET(CMAKE_PACKAGE_QTGUI FALSE)
|
||||
MESSAGE(STATUS
|
||||
"WARNING: QtDialog requires a static built qt for installation.")
|
||||
ENDIF(WIN32 AND NOT QT_CONFIG MATCHES "static")
|
||||
SET(SRCS
|
||||
AddCacheEntry.cxx
|
||||
|
||||
@@ -2,7 +2,7 @@ SET(IS_APPLE @APPLE@)
|
||||
SET(CMAKE_PACKAGE_QTGUI @CMAKE_PACKAGE_QTGUI@)
|
||||
|
||||
IF(CMAKE_PACKAGE_QTGUI)
|
||||
SET(CPACK_PACKAGE_EXECUTABLES ${CPACK_PACKAGE_EXECUTABLES} "cmake-gui" "cmake-gui(beta)")
|
||||
SET(CPACK_PACKAGE_EXECUTABLES "cmake-gui" "CMake" ${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