libmraa: update to 2.1.0

update to 2.1.0
The MRAA project is joining the Eclipse Foundation as an Eclipse IoT project.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
This commit is contained in:
Hirokazu MORIKAWA
2020-02-04 13:53:05 +09:00
parent e9f439c07a
commit eab72e6aa8
2 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -8,9 +8,9 @@
-git_describe (VERSION "--tags")
-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 "v2.0.0")
- set (VERSION "v2.1.0")
-endif ()
+set (VERSION "v2.0.0")
+set (VERSION "v2.1.0")
message (STATUS "INFO - libmraa Version ${VERSION}")
message (STATUS "INFO - cmake Version ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION}")