diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ae7880591555274420b39a202b1012b7c625243..d079485d3f882753ffade619bc8c705691404526 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()