Commit 05b1406a authored by Marshall Pierce's avatar Marshall Pierce
Browse files

use https url for client repo so that people without ssh keys aren't confused

parent 753562e7
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 ""