Skip to content
Snippets Groups Projects
Commit d9225960 authored by Debolskiy Andrey's avatar Debolskiy Andrey 🚴🏿
Browse files

fixed CMakeLists.txt to work with new commits

parent ec5b271a
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ if (DOWNLOAD_DEPS) ...@@ -9,7 +9,7 @@ if (DOWNLOAD_DEPS)
FetchContent_Declare( FetchContent_Declare(
explelibx_common explelibx_common
GIT_REPOSITORY http://tesla.parallel.ru/vonopr/explelibx-common.git GIT_REPOSITORY http://tesla.parallel.ru/vonopr/explelibx-common.git
GIT_TAG e45b60782a6414125c7300d9b7a77d34a8404d6e) GIT_TAG 8894a45aa251420fbee723673c8a8d8bf2ac281d)
FetchContent_MakeAvailable(explelibx_common) FetchContent_MakeAvailable(explelibx_common)
set(COMMON_DIR "${explelibx_common_SOURCE_DIR}") set(COMMON_DIR "${explelibx_common_SOURCE_DIR}")
else() else()
...@@ -30,7 +30,7 @@ if (DOWNLOAD_DEPS) ...@@ -30,7 +30,7 @@ if (DOWNLOAD_DEPS)
FetchContent_Declare( FetchContent_Declare(
explelibx_mgrid explelibx_mgrid
GIT_REPOSITORY http://tesla.parallel.ru/vonopr/explelibx-mgrid.git GIT_REPOSITORY http://tesla.parallel.ru/vonopr/explelibx-mgrid.git
GIT_TAG c345859b9ebca2227e3b3faea4cc2380fdbb054f) GIT_TAG f8c22c3e0e0c1d3f138ce7cdf08b75fee059f724)
FetchContent_MakeAvailable(explelibx_mgrid) FetchContent_MakeAvailable(explelibx_mgrid)
set(GRID_DIR "${explelibx_mgrid_SOURCE_DIR}") set(GRID_DIR "${explelibx_mgrid_SOURCE_DIR}")
else() else()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment