summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerry Boland <gerry.boland@canonical.com>2015-08-04 17:20:47 +0000
committerCI Train Bot <ci-train-bot@canonical.com>2015-08-04 17:20:47 +0000
commitaf34cae9b5e1ab9294136b40fdef7900f6542185 (patch)
treec3ec3c08932fd2d24a56cc98accfa041e1c77fce
parentdfafef46d682e398de745c788f71daa732ba6390 (diff)
parenta99e43040e34aa872babf403cf0309d98c8681ca (diff)
CMake should require mir 0.14
Approved by: Daniel d'Andrada
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a3439ab..8555ffa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -65,8 +65,8 @@ if(PROTOBUF_PROTOC_EXECUTABLE STREQUAL "PROTOBUF_PROTOC_EXECUTABLE-NOTFOUND")
message(SEND_ERROR "protoc executable not found! Missing protobuf-compiler package?")
endif()
-pkg_check_modules(MIRSERVER mirserver>=0.13 REQUIRED)
-pkg_check_modules(MIRCLIENT mirclient>=0.13 REQUIRED)
+pkg_check_modules(MIRSERVER mirserver>=0.14 REQUIRED)
+pkg_check_modules(MIRCLIENT mirclient>=0.14 REQUIRED)
pkg_check_modules(GLIB glib-2.0 REQUIRED)
pkg_check_modules(PROCESS_CPP process-cpp REQUIRED)