diff options
author | Marvin W <git@larma.de> | 2022-08-21 00:57:03 +0200 |
---|---|---|
committer | Marvin W <git@larma.de> | 2022-08-21 00:57:46 +0200 |
commit | d6afa6e8ff4cfb533140d9434b83f18f627f11ca (patch) | |
tree | 94f99ac111c84591e1478be23748a28bcc37d727 /CMakeLists.txt | |
parent | 7b252d040a845b7e9c515f61927fbf5bf7ed4c3a (diff) | |
download | dino-d6afa6e8ff4cfb533140d9434b83f18f627f11ca.tar.gz dino-d6afa6e8ff4cfb533140d9434b83f18f627f11ca.zip |
GTK4: Don't require use of MenuButton.set_child introduced with 4.6
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b5734c45..1365b6d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -179,7 +179,6 @@ endif (NOT NO_DEBUG) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}) set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}) -set(GTK3_GLOBAL_VERSION 3.22) set(GLib_GLOBAL_VERSION 2.38) set(ICU_GLOBAL_VERSION 57) |