projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
844209c
)
qhull: do not override CMAKE_BUILD_TYPE
author
Samuel Martin
<s.martin49@gmail.com>
Sun, 1 Jun 2014 09:24:33 +0000
(11:24 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sun, 1 Jun 2014 20:21:05 +0000
(22:21 +0200)
This flag is already correctly set by the cmake-package infrastructure.
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/qhull/qhull.mk
patch
|
blob
|
history
diff --git
a/package/qhull/qhull.mk
b/package/qhull/qhull.mk
index 15fb46e6eef852cd6d4a9ea57178ec8a84d36cb1..6992d71333c4577834db424417ce5c088b8f6d0a 100644
(file)
--- a/
package/qhull/qhull.mk
+++ b/
package/qhull/qhull.mk
@@
-9,6
+9,5
@@
QHULL_SITE = git://gitorious.org/qhull/qhull.git
QHULL_INSTALL_STAGING = YES
QHULL_LICENSE = BSD-Style
QHULL_LICENSE_FILES = COPYING.txt
-QHULL_CONF_OPT = -DCMAKE_BUILD_TYPE=Release
$(eval $(cmake-package))