ENH: take cmake-gui out of beta
This commit is contained in:
parent
b44026f74a
commit
f24e8e9d2a
@ -12,6 +12,8 @@ ELSE(NOT QT4_FOUND)
|
|||||||
# unless qt is static
|
# unless qt is static
|
||||||
IF(WIN32 AND NOT QT_CONFIG MATCHES "static")
|
IF(WIN32 AND NOT QT_CONFIG MATCHES "static")
|
||||||
SET(CMAKE_PACKAGE_QTGUI FALSE)
|
SET(CMAKE_PACKAGE_QTGUI FALSE)
|
||||||
|
MESSAGE(STATUS
|
||||||
|
"WARNING: QtDialog requires a static built qt for installation.")
|
||||||
ENDIF(WIN32 AND NOT QT_CONFIG MATCHES "static")
|
ENDIF(WIN32 AND NOT QT_CONFIG MATCHES "static")
|
||||||
SET(SRCS
|
SET(SRCS
|
||||||
AddCacheEntry.cxx
|
AddCacheEntry.cxx
|
||||||
|
@ -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 ${CPACK_PACKAGE_EXECUTABLES} "cmake-gui" "cmake-gui(beta)")
|
SET(CPACK_PACKAGE_EXECUTABLES "cmake-gui" "CMake" ${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…
x
Reference in New Issue
Block a user