Skip to content

Commit b523bfb

Browse files
committed
CMake Updated requirements
1 parent 57c3c4e commit b523bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ string(TIMESTAMP REDASM_BUILD_TIMESTAMP "%Y%m%d")
1313
set(REDASM_GIT_VERSION "unknown")
1414
set(REDASM_VERSION_BASE "3.0 BETA 2")
1515

16-
find_package(Qt5 5.9 REQUIRED COMPONENTS Widgets)
16+
find_package(Qt5 5.11 REQUIRED COMPONENTS Widgets)
1717
find_package(Git)
1818

1919
if(GIT_FOUND)

0 commit comments

Comments
 (0)