Skip to content

Commit

Permalink
Change to tar.gz archive and specific version of released source code
Browse files Browse the repository at this point in the history
  • Loading branch information
volks73 committed May 8, 2019
1 parent 882efa2 commit 044341b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ include(GNUInstallDirs)

# libssh2 configuration and build
set(LIBSSH2LV "libssh2lv")
set(LIBSSH2LV_VERSION "master")
set(LIBSSH2LV_VERSION "0.1.0")
ExternalProject_Add(${LIBSSH2LV}
PREFIX ${LIBSSH2LV}
URL file:///${CMAKE_CURRENT_SOURCE_DIR}/${LIBSSH2LV}-${LIBSSH2LV_VERSION}.zip
URL file:///${CMAKE_CURRENT_SOURCE_DIR}/${LIBSSH2LV}-${LIBSSH2LV_VERSION}.tar.gz
CMAKE_ARGS -DBUILD_DEPS=OFF
BUILD_IN_SOURCE NO
TEST_COMMAND ""
Expand Down
Binary file added libssh2lv-0.1.0.tar.gz
Binary file not shown.
Binary file removed libssh2lv-master.zip
Binary file not shown.

0 comments on commit 044341b

Please sign in to comment.