Commit 170c8458 authored by Andrew La Motte-Mitchell's avatar Andrew La Motte-Mitchell
Browse files

Merge pull request #22 from Seagate/features/use-github-https-for-client

use https url for client repo so that people without ssh keys aren't confused
parents 753562e7 05b1406a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ else(USE_LOCAL_KINETIC_CLIENT)
    ExternalProject_add(
        kinetic_cpp_client
        PREFIX "vendor"
        GIT_REPOSITORY "git@github.com:Seagate/kinetic-cpp-client.git"
        GIT_REPOSITORY "https://github.com/Seagate/kinetic-cpp-client.git"
        GIT_TAG "0.0.1"
        BUILD_IN_SOURCE 1
        INSTALL_COMMAND ""