[cmake] Change package naming convention
authorMyhailo Danylenko <isbear@ukrpost.net>
Fri, 14 Nov 2014 01:45:18 +0200
changeset 42 5b4234ddd8a2
parent 41 cfb02882828d
child 43 dd75414bf9b8
[cmake] Change package naming convention
CMakeLists.txt
--- a/CMakeLists.txt	Thu Oct 18 23:24:14 2012 +0300
+++ b/CMakeLists.txt	Fri Nov 14 01:45:18 2014 +0200
@@ -102,7 +102,7 @@
 endforeach(AVMODULE)
 
 ## Packaging information
-set(CPACK_PACKAGE_NAME libmcabber-pep)
+set(CPACK_PACKAGE_NAME mcabber-mod-pep)
 set(CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
 set(CPACK_PACKAGE_VENDOR "IsBear")
 set(CPACK_PACKAGE_CONTACT "Myhailo Danylenko <isbear@ukrpost.net>")