Browse Source

cmake: Have a defined APPLICATION_SHORTNAME again.

The most scripts expect the APPLICATION_SHORTNAME to be a lowercase
APPLICATION_NAME. Is needed in package building.
Klaas Freitag 11 years ago
parent
commit
4df2c8d872
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OWNCLOUD.cmake

+ 1 - 1
OWNCLOUD.cmake

@@ -1,5 +1,5 @@
 set( APPLICATION_NAME       "ownCloud" )
-#set( APPLICATION_SHORTNAME  ${APPLICATION_NAME} )
+set( APPLICATION_SHORTNAME  ${APPLICATION_NAME} )
 set( APPLICATION_EXECUTABLE "owncloud" )
 set( APPLICATION_DOMAIN     "owncloud.com" )
 set( APPLICATION_VENDOR     "ownCloud" )