Fixed typo in version, exposed some more useful cmake targets.

This commit is contained in:
James Goppert 2015-09-11 00:24:30 -04:00
parent 0e8cc821a9
commit 8bc81d985f
2 changed files with 3 additions and 1 deletions

View File

@ -148,7 +148,7 @@ endif()
set(version_major 0)
set(version_minor 1)
set(verion_patch 2)
set(version_patch 2)
set(version "${version_major}.${version_minor}.${version_patch}")
set(package-contact "px4users@googlegroups.com")

View File

@ -94,5 +94,7 @@ clean:
# targets handled by cmake
test: ;
upload: ;
package: ;
package_source: ;
.PHONY: clean test upload