[Pkg-running-devel] [openambit] 78/131: Fixed build for new cmake system

Christian Perrier bubulle at moszumanska.debian.org
Thu Jul 17 20:19:13 UTC 2014


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

bubulle pushed a commit to branch master
in repository openambit.

commit 297658edb3b1148d7f8b57360128ae15ca3f6eaa
Author: Emil Ljungdahl <emil at kratern.se>
Date:   Mon Jan 27 21:03:08 2014 +0100

    Fixed build for new cmake system
---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 2f73194..55e50cd 100755
--- a/build.sh
+++ b/build.sh
@@ -15,5 +15,5 @@ cd $SOURCE_LOCATION
 echo "------building openambit------"
 mkdir -p openambit-build
 cd openambit-build
-qmake ../src/openambit
+cmake -DCMAKE_BUILD_TYPE=Debug ../src/openambit
 make -j$CORES

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



More information about the Pkg-running-devel mailing list