From 5862e253377a5d6259dfa6a8cc0731f2f7028830 Mon Sep 17 00:00:00 2001 From: Marvin W Date: Thu, 23 Mar 2017 20:06:00 +0100 Subject: Find valac-* binaries, work-around fast-vapi issues with valac 0.36.0 --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 229abfce..0a6eab42 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,6 +67,11 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}) set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}) find_package(Vala 0.30 REQUIRED) +if(VALA_VERSION VERSION_EQUAL "0.36.0") + # Due to a bug on 0.36.0, we need to disable FAST_VAPI + set(DISABLE_FAST_VAPI yes) +endif() + include(${VALA_USE_FILE}) include(MultiFind) include(GlibCompileResourcesSupport) -- cgit v1.2.3-54-g00ecf