aboutsummaryrefslogtreecommitdiff
path: root/cmake/platforms
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2021-04-05 11:00:05 +0100
committerSimon Tatham <anakin@pobox.com>2021-04-05 11:00:05 +0100
commit8c97ef434f2003768a509f9a76a2b019a08966cb (patch)
treeb377443acecca4a6a4049e2a3e884030e20b5836 /cmake/platforms
parentc0c64dc1051bcbdd3ffe839f63d6c609ea5954e6 (diff)
downloadpuzzles-8c97ef434f2003768a509f9a76a2b019a08966cb.zip
puzzles-8c97ef434f2003768a509f9a76a2b019a08966cb.tar.gz
puzzles-8c97ef434f2003768a509f9a76a2b019a08966cb.tar.bz2
puzzles-8c97ef434f2003768a509f9a76a2b019a08966cb.tar.xz
Stop advertising GTK 1 as an option!
When I wrote yesterday's commit c0c64dc1051bcbd I momentarily forgot which of my projects still support GTK 1 and which don't. Puzzles doesn't.
Diffstat (limited to 'cmake/platforms')
-rw-r--r--cmake/platforms/unix.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/platforms/unix.cmake b/cmake/platforms/unix.cmake
index 17d539d..26d2e97 100644
--- a/cmake/platforms/unix.cmake
+++ b/cmake/platforms/unix.cmake
@@ -1,7 +1,7 @@
set(PUZZLES_GTK_VERSION "ANY"
CACHE STRING "Which major version of GTK to build with")
set_property(CACHE PUZZLES_GTK_VERSION
- PROPERTY STRINGS ANY 3 2 1)
+ PROPERTY STRINGS ANY 3 2)
set(STRICT OFF
CACHE BOOL "Enable extra compiler warnings and make them errors")