Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'THEME.cmake')
-rw-r--r--THEME.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/THEME.cmake b/THEME.cmake
index c0de50c6f..ee316c628 100644
--- a/THEME.cmake
+++ b/THEME.cmake
@@ -4,6 +4,8 @@ else()
include ("${CMAKE_CURRENT_LIST_DIR}/OWNCLOUD.cmake")
endif()
+message(STATUS "Branding: ${APPLICATION_NAME}")
+
# Default suffix if the theme doesn't define one
if(NOT DEFINED APPLICATION_VIRTUALFILE_SUFFIX)
set(APPLICATION_VIRTUALFILE_SUFFIX "${APPLICATION_SHORTNAME}_virtual" CACHE STRING "Virtual file suffix (not including the .)")