Skip to content

Commit

Permalink
Change project name in build specification
Browse files Browse the repository at this point in the history
  • Loading branch information
volks73 committed May 8, 2019
1 parent c1ec95e commit 6864819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.4)
project(LV-LIBSSH2-C VERSION 0.1.0 LANGUAGES C)
set(PROJECT_URL "https://github.com/fieldrndservices/lv-libssh2-c")
project(libssh2lv VERSION 0.1.0 LANGUAGES C)
set(PROJECT_URL "https://github.com/fieldrndservices/libssh2lv")
set(PROJECT_DESCRIPTION "A LabVIEW-Friendly C library for LIBSSH2")

include(ExternalProject)
Expand Down

0 comments on commit 6864819

Please sign in to comment.