qhull: do not override CMAKE_BUILD_TYPE
authorSamuel Martin <s.martin49@gmail.com>
Sun, 1 Jun 2014 09:24:33 +0000 (11:24 +0200)
committerPeter 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

index 15fb46e6eef852cd6d4a9ea57178ec8a84d36cb1..6992d71333c4577834db424417ce5c088b8f6d0a 100644 (file)
@@ -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))