From d9225960726c932dfe9b5b910a8cfa66fd9d78b7 Mon Sep 17 00:00:00 2001
From: Debolskiy Andrey <and.debol@gmail.com>
Date: Sat, 16 Apr 2022 14:27:39 +0300
Subject: [PATCH] fixed CMakeLists.txt to work with new commits

---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1ae7880..d079485 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ if (DOWNLOAD_DEPS)
   FetchContent_Declare(
     explelibx_common
     GIT_REPOSITORY http://tesla.parallel.ru/vonopr/explelibx-common.git
-    GIT_TAG e45b60782a6414125c7300d9b7a77d34a8404d6e)
+    GIT_TAG 8894a45aa251420fbee723673c8a8d8bf2ac281d)
   FetchContent_MakeAvailable(explelibx_common)
   set(COMMON_DIR "${explelibx_common_SOURCE_DIR}")
 else()
@@ -30,7 +30,7 @@ if (DOWNLOAD_DEPS)
   FetchContent_Declare(
     explelibx_mgrid
     GIT_REPOSITORY http://tesla.parallel.ru/vonopr/explelibx-mgrid.git
-    GIT_TAG c345859b9ebca2227e3b3faea4cc2380fdbb054f)
+    GIT_TAG f8c22c3e0e0c1d3f138ce7cdf08b75fee059f724)
   FetchContent_MakeAvailable(explelibx_mgrid)
   set(GRID_DIR "${explelibx_mgrid_SOURCE_DIR}")
 else()
-- 
GitLab