~ubuntu-clock-dev/ubuntu-clock-app/reboot-packaging

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Nekhelesh Ramananthan
  • Date: 2014-08-13 12:03:49 UTC
  • Revision ID: krnekhelesh@gmail.com-20140813120349-g9cfvi3hwrlu0c3k
Fixed the bzr source to point at the correct branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
      )
43
43
  endif(NOT BZR_REVNO)
44
44
  if(NOT BZR_SOURCE)
45
 
    set(BZR_SOURCE lp:${APP_HARDCODE})
 
45
    set(BZR_SOURCE lp:${APP_HARDCODE}/reboot)
46
46
    message("-- Setting BZR_SOURCE to ${BZR_SOURCE}")
47
47
  endif(NOT BZR_SOURCE)
48
48
else(CLICK_MODE)