Skip to content

Commit

Permalink
CMake Updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax89 committed Jan 16, 2021
1 parent 57c3c4e commit b523bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ string(TIMESTAMP REDASM_BUILD_TIMESTAMP "%Y%m%d")
set(REDASM_GIT_VERSION "unknown")
set(REDASM_VERSION_BASE "3.0 BETA 2")

find_package(Qt5 5.9 REQUIRED COMPONENTS Widgets)
find_package(Qt5 5.11 REQUIRED COMPONENTS Widgets)
find_package(Git)

if(GIT_FOUND)
Expand Down

0 comments on commit b523bfb

Please sign in to comment.