From 43d6bc9d471af5e8286d80f2f0b2abb57bfa8809 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sun, 9 Oct 2022 05:56:00 +0300 Subject: [PATCH] myx update --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 89a15f1..2057a96 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,13 +12,13 @@ include(cmake/myx_setup.cmake) if(PROJECT_IS_TOP_LEVEL) FetchContent_Add(myx-example-interface-library - GIT_REPOSITORY gitlab.2:myx/examples/myx-example-interface-library + GIT_REPOSITORY git@gitlab.2:myx/examples/myx-example-interface-library GIT_PATH myx/examples/myx-example-interface-library GIT_REMOTE origin ) FetchContent_Add(myx-example-object-library - GIT_REPOSITORY gitlab.2:myx/examples/myx-example-object-library + GIT_REPOSITORY git@gitlab.2:myx/examples/myx-example-object-library GIT_PATH myx/examples/myx-example-object-library GIT_REMOTE origin )