[MOS-783] Fix not adding development assets Small fix for development assets Fix for jenkins build - changed SSH to HTTPS clone for pure-core
2 files changed, 2 insertions(+), 2 deletions(-) M CMakeLists.txt M cmake/modules/AddDatabases.cmake
M CMakeLists.txt => CMakeLists.txt +1 -1
@@ 127,7 127,7 @@ endif () FetchContent_Declare( pure-core GIT_REPOSITORY git@github.com:mudita/pure-core GIT_REPOSITORY https://github.com/mudita/pure-core.git ) FetchContent_MakeAvailable(pure-core)
M cmake/modules/AddDatabases.cmake => cmake/modules/AddDatabases.cmake +1 -1