1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-24 16:55:15 +03:00

chore: CMake 4.0 compatibility (#6070)

This commit is contained in:
Peter Feerick 2025-04-11 12:34:18 +10:00 committed by GitHub
parent 02ebd4604e
commit 31fe413190
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 3 additions and 10 deletions

View file

@ -5,7 +5,7 @@ include(FetchContent)
FetchContent_Declare(
maxLibQt
GIT_REPOSITORY https://github.com/edgetx/maxLibQt
GIT_TAG b5418f76cc4891e09f4e21276175d39dbb130f66
GIT_TAG ac1988ffd005cd15a8449b92150ce6c08574a4f1
)
FetchContent_MakeAvailable(maxLibQt)