Skip to content

Commit 044341b

Browse files
committed
Change to tar.gz archive and specific version of released source code
1 parent 882efa2 commit 044341b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ include(GNUInstallDirs)
99

1010
# libssh2 configuration and build
1111
set(LIBSSH2LV "libssh2lv")
12-
set(LIBSSH2LV_VERSION "master")
12+
set(LIBSSH2LV_VERSION "0.1.0")
1313
ExternalProject_Add(${LIBSSH2LV}
1414
PREFIX ${LIBSSH2LV}
15-
URL file:///${CMAKE_CURRENT_SOURCE_DIR}/${LIBSSH2LV}-${LIBSSH2LV_VERSION}.zip
15+
URL file:///${CMAKE_CURRENT_SOURCE_DIR}/${LIBSSH2LV}-${LIBSSH2LV_VERSION}.tar.gz
1616
CMAKE_ARGS -DBUILD_DEPS=OFF
1717
BUILD_IN_SOURCE NO
1818
TEST_COMMAND ""

libssh2lv-0.1.0.tar.gz

31.2 KB
Binary file not shown.

libssh2lv-master.zip

-66.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)