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 )