← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

[Merge] lp:~verzegnassi-stefano/ubuntu-docviewer-app/test into lp:ubuntu-docviewer-app

 

Stefano Verzegnassi has proposed merging lp:~verzegnassi-stefano/ubuntu-docviewer-app/test into lp:ubuntu-docviewer-app.

Commit message:
test

Requested reviews:
  Ubuntu Document Viewer Developers (ubuntu-docviewer-dev)

For more details, see:
https://code.launchpad.net/~verzegnassi-stefano/ubuntu-docviewer-app/test/+merge/288729

test
-- 
Your team Ubuntu Document Viewer Developers is requested to review the proposed merge of lp:~verzegnassi-stefano/ubuntu-docviewer-app/test into lp:ubuntu-docviewer-app.
=== modified file 'cmake/modules/Click.cmake'
--- cmake/modules/Click.cmake	2016-02-22 22:44:48 +0000
+++ cmake/modules/Click.cmake	2016-03-11 00:19:34 +0000
@@ -19,6 +19,13 @@
 
   MESSAGE("Grabbing upstream libs to ${UPSTREAM_LIBS_DIR}") 
 
+execute_process(COMMAND stat ${GET_CLICK_DEPS_TOOL}
+OUTPUT_VARIABLE tmp
+)
+
+MESSAGE(${tmp})
+  
+
   if(NO_CACHE)
     # It has been specified not to cache .click dependencies on the machine.
     # This is meant to be used for automatic builds (e.g. Jenkins Bot).