diff options
author | montellese <montellese@xbmc.org> | 2015-10-12 12:04:11 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2015-10-14 08:56:08 +0200 |
commit | a71cbf56a3394fcb2c3537bf37703b82665f3815 (patch) | |
tree | 6cfa599b77e2aa31adf3dd09ff7c2898a7bb2c17 /project/cmake | |
parent | b843768d92019a241c21bbbefb470a524dfdcdd5 (diff) |
[binary addons] fix typo in log message
Diffstat (limited to 'project/cmake')
-rw-r--r-- | project/cmake/addons/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/cmake/addons/CMakeLists.txt b/project/cmake/addons/CMakeLists.txt index 1625c7509a..e797b2fbfe 100644 --- a/project/cmake/addons/CMakeLists.txt +++ b/project/cmake/addons/CMakeLists.txt @@ -108,7 +108,7 @@ if(PACKAGE_ZIP) endif() list(APPEND BUILD_ARGS -DPACKAGE_DIR=${PACKAGE_DIR}) - MESSAGE(STATUS "ZIP packaging enabled (destination: ${PACKAGE_DIR}})") + MESSAGE(STATUS "ZIP packaging enabled (destination: ${PACKAGE_DIR})") endif() if(CMAKE_TOOLCHAIN_FILE) |