mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
libupm: add package
upm is a sensor library that sits ontop of libmraa. it has support for a large number of sensors and exports bindings for node, python, ... Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -26,12 +26,7 @@
|
||||
include(GNUInstallDirs)
|
||||
|
||||
# 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")
|
||||
-endif ()
|
||||
+set (VERSION "v0.4.0")
|
||||
|
||||
message (INFO " - UPM Version ${VERSION}")
|
||||
|
||||
Reference in New Issue
Block a user