From c7c1fb51246f52801de118e1f519630a51adefdb Mon Sep 17 00:00:00 2001 From: fiaxh Date: Sun, 31 Dec 2017 20:19:51 +0100 Subject: Restore window state (size, maximized, position) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a1097125..ec6583a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -121,7 +121,7 @@ if(NOT VALA_EXECUTABLE) unset(VALA_EXECUTABLE CACHE) endif() -find_package(Vala 0.30 REQUIRED) +find_package(Vala 0.34 REQUIRED) if(VALA_VERSION VERSION_GREATER "0.34.90" AND VALA_VERSION VERSION_LESS "0.36.1") # Due to a bug on 0.36.0 (and pre-releases), we need to disable FAST_VAPI set(DISABLE_FAST_VAPI yes) -- cgit v1.2.3-54-g00ecf