diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-30 10:24:17 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-30 10:24:17 +0200 |
| commit | 29770f0a5a046c28ae6c84600f7c4192d5765e73 (patch) | |
| tree | 63c600768fccd81fd18ed30a3ac5d48f151ac57b | |
| parent | c346c15f3b130ac8b4d5bca6355bac8d734a5e5e (diff) | |
| download | turns-29770f0a5a046c28ae6c84600f7c4192d5765e73.tar.xz turns-29770f0a5a046c28ae6c84600f7c4192d5765e73.zip | |
build: update dependencies
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 98cf87c..91410ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/lib") set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/bin") set(GLIB_MINIMUM_VERSION "2.84") -set(GTK4_MINIMUM_VERSION "4.16") +set(GTK4_MINIMUM_VERSION "4.18") # Build options |
