qhull: do not override CMAKE_BUILD_TYPE

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>
This commit is contained in:
Samuel Martin 2014-06-01 11:24:33 +02:00 committed by Peter Korsgaard
parent 844209c8d6
commit 3663bc4ff2
1 changed files with 0 additions and 1 deletions

View 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))