mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Compilation fix & upgrade to version 0.8.1
Signed-off-by: Archil Pirmisashvili <kulipator@gmail.com>
This commit is contained in:
@@ -21,11 +21,11 @@ Subject: [PATCH 1/4] base
|
||||
# Make a version file containing the current version from git.
|
||||
-include (GetGitRevisionDescription)
|
||||
-git_describe (VERSION "--tags")
|
||||
-if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_HEAD-HASH-NOTFOUND")
|
||||
-if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_HEAD-HASH-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND")
|
||||
- message (WARNING " - Install git to compile a production libmraa!")
|
||||
- set (VERSION "v0.8.0-dirty")
|
||||
- set (VERSION "v0.8.1-dirty")
|
||||
-endif ()
|
||||
+set (VERSION "v0.8.0")
|
||||
+set (VERSION "v0.8.1")
|
||||
|
||||
message (INFO " - libmraa Version ${VERSION}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user