[Pkg-owncloud-commits] [owncloud-client] 122/333: CMake: Fix warning

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 8a18cf811ede41a468391839528e62b2b5617c71
Author: Markus Goetz <markus at woboq.com>
Date:   Tue Mar 11 17:33:45 2014 +0100

    CMake: Fix warning
---
 src/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c2467ea..db4b34b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -419,7 +419,7 @@ if(NOT WIN32 AND NOT BUILD_LIBRARIES_ONLY)
         string( REPLACE ".png" "" _res ${_res} )
 	install( FILES ${_file} RENAME ${ICON_APP_NAME}.png DESTINATION ${DATADIR}/icons/hicolor/${_res}x${_res}/apps )
     endforeach( _file )
-endif(NOT WIN32)
+endif(NOT WIN32 AND NOT BUILD_LIBRARIES_ONLY)
 
     install(FILES ${mirall_I18N} DESTINATION share/${APPLICATION_EXECUTABLE}/i18n)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list