Skip to content

Commit

Permalink
cmake version to 3.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bunty95 authored Oct 16, 2024
1 parent 6f5d33d commit 960a5e3
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 @@ -14,7 +14,7 @@
# List of changes:
# 01.Oct.2016, Jack Smith <[email protected]>, Original Author

cmake_minimum_required (VERSION 3.15)
cmake_minimum_required (VERSION 3.21.1) #per qt6.8 cmake must be 3.21.1 or newer
# implicitly calls version checks
include(scripts/windows/version.cmake)
include(scripts/linux/version.cmake)
Expand Down

0 comments on commit 960a5e3

Please sign in to comment.