step_motor: Added new module
[contrib/upm.git] / CMakeLists.txt
index 8427345..c9ab92b 100644 (file)
@@ -9,7 +9,7 @@ endif ()
 find_package (Threads REQUIRED)
 find_package (PkgConfig REQUIRED)
 # force the libmaa version to be the required version
-pkg_check_modules (MAA REQUIRED maa>=0.2.6)
+pkg_check_modules (MAA REQUIRED maa>=0.2.9)
 message (INFO " found libmaa version: ${MAA_VERSION}")
 
 # Appends the cmake/modules path to MAKE_MODULE_PATH variable.
@@ -20,7 +20,7 @@ include (GetGitRevisionDescription)
 git_describe (VERSION "--tags")
 if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND")
   message (WARNING " - Install git to compile a production libmaa!")
-  set (VERSION "v0.1.2-dirty")
+  set (VERSION "v0.1.4-dirty")
 endif ()
 
 message (INFO " - UPM Version ${VERSION}")