Commit 3663bc4f authored by Samuel Martin's avatar Samuel Martin Committed by Peter Korsgaard
Browse files

qhull: do not override CMAKE_BUILD_TYPE



This flag is already correctly set by the cmake-package infrastructure.

Signed-off-by: default avatarSamuel Martin <s.martin49@gmail.com>
Reviewed-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 844209c8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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))