Skip to content

Commit

Permalink
ENH: Update Qt4 minimum required version to 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
phcerdan committed Aug 28, 2018
1 parent 26478d2 commit d4462d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/ctkMacroSetupQt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ macro(ctkMacroSetupQt)
endif()

else()
set(minimum_required_qt_version "4.6")
set(minimum_required_qt_version "4.7")

find_package(Qt4)

Expand Down

0 comments on commit d4462d4

Please sign in to comment.