~aleteoryx/muditaos

e3912a6ba07a6bf68dadb880ff6f3a111e638938 — Bartosz 3 years ago 64ff02a
[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
@@ 17,7 17,7 @@ function(add_databases_target)
            ${ARGN}
    )

    if (${_ARG_DEVEL} STREQUAL "ON")
    if (${_ARG_DEVEL} STREQUAL "ON" OR ${_ARG_DEVEL} EQUAL 1)
        set (DEVEL --development True)
    endif()