mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
libupm: Update to 1.7.1
The libmraa update introduced several API changes that broke libupm. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -26,12 +26,7 @@
|
||||
include(GNUInstallDirs)
|
||||
@@ -225,14 +225,7 @@ include(GNUInstallDirs)
|
||||
set (LIB_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}" CACHE PATH "Installation path for libraries")
|
||||
|
||||
# Make a version file containing the current version from git.
|
||||
-include (GetGitRevisionDescription)
|
||||
-git_describe (VERSION "--tags")
|
||||
-if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND")
|
||||
- message (WARNING " - Install git to compile a production UPM!")
|
||||
- set (VERSION "v0.4.0-dirty")
|
||||
-# If git_describe fails, use a dirty version
|
||||
-if (${VERSION} MATCHES -NOTFOUND)
|
||||
- set (VERSION "v1.7.1")
|
||||
- message (WARNING "Failed to retrieve UPM version with 'git describe' (using "
|
||||
- "${VERSION}). Check that git is installed and this is a valid git repo.")
|
||||
-endif ()
|
||||
+set (VERSION "v0.4.0")
|
||||
+set (VERSION "v1.7.1")
|
||||
|
||||
message (INFO " - UPM Version ${VERSION}")
|
||||
message (STATUS "UPM Version ${VERSION}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user