From 32c8feb990c0a3855f4dad135fb0ae530c94b618 Mon Sep 17 00:00:00 2001
From: Olivier Stasse <ostasse@laas.fr>
Date: Tue, 14 Jun 2016 10:47:01 +0200
Subject: [PATCH] [cmake] Synchronize (to avoid message related to wrap target)

    CMP0037 forbid to use some target with a special name.
    The current SoT way of binding python create a wrap.py file
    which may blow up with cmake one day of the other.
    For the moment we just change the cmake policy level.
---
 cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake b/cmake
index fa27381..00a2893 160000
--- a/cmake
+++ b/cmake
@@ -1 +1 @@
-Subproject commit fa2738146fa19d8bbbb1d8c8a97a2b4809ce81af
+Subproject commit 00a2893e0786f646b10dc8b087fb1d73dac82c5f
-- 
GitLab