aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorfiaxh <git@mx.ax.lt>2017-12-31 20:19:51 +0100
committerfiaxh <git@mx.ax.lt>2017-12-31 22:48:14 +0100
commitc7c1fb51246f52801de118e1f519630a51adefdb (patch)
tree5ccc394ba6c525d24b586a63cc52cf5a348ab926 /cmake
parent119e7cce4ffb2774fa77bbfcef5dda80a5483f3f (diff)
downloaddino-c7c1fb51246f52801de118e1f519630a51adefdb.tar.gz
dino-c7c1fb51246f52801de118e1f519630a51adefdb.zip
Restore window state (size, maximized, position)
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindVala.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindVala.cmake b/cmake/FindVala.cmake
index f9ed7636..91bfe86d 100644
--- a/cmake/FindVala.cmake
+++ b/cmake/FindVala.cmake
@@ -47,7 +47,7 @@
# Search for the valac executable in the usual system paths
# Some distributions rename the valac to contain the major.minor in the binary name
find_package(GObject REQUIRED)
-find_program(VALA_EXECUTABLE NAMES valac valac-0.36 valac-0.34 valac-0.32 valac-0.30)
+find_program(VALA_EXECUTABLE NAMES valac valac-0.38 valac-0.36 valac-0.34 valac-0.32)
mark_as_advanced(VALA_EXECUTABLE)
# Determine the valac version