Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reduce required cmake version to 2.8.8 again.
It doesn't seem to be required in all cases.
  • Loading branch information
debfx committed Oct 27, 2012
1 parent 8d9b209 commit 16094be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Expand Up @@ -218,7 +218,7 @@ install(TARGETS ${PROGNAME}

add_subdirectory(autotype)

if(APPLE AND NOT (${CMAKE_VERSION} VERSION_LESS 2.8.9))
if(APPLE AND NOT (${CMAKE_VERSION} VERSION_LESS 2.8.8))
if(QT_MAC_USE_COCOA AND EXISTS "${QT_LIBRARY_DIR}/Resources/qt_menu.nib")
install(DIRECTORY "${QT_LIBRARY_DIR}/Resources/qt_menu.nib"
DESTINATION "${DATA_INSTALL_DIR}")
Expand All @@ -236,7 +236,7 @@ if(APPLE AND NOT (${CMAKE_VERSION} VERSION_LESS 2.8.9))
install_qt4_executable(${PROGNAME}.app "qjpeg;qgif;qico;qtaccessiblewidgets")
endif()

if(MINGW AND NOT (${CMAKE_VERSION} VERSION_LESS 2.8.9))
if(MINGW AND NOT (${CMAKE_VERSION} VERSION_LESS 2.8.8))
set(CPACK_GENERATOR "ZIP")
set(CPACK_STRIP_FILES ON)
set(CPACK_PACKAGE_FILE_NAME "${PROGNAME}-${KEEPASSX_VERSION_NUM}")
Expand Down

0 comments on commit 16094be

Please sign in to comment.