From 539c11eaf78c3222296d07f8ef36572563ffd918 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Thu, 20 Feb 2020 18:36:56 +0100 Subject: testing/*: make CMake and meson respect our C{,PP,XX}FLAGS See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E --- testing/cpd/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/cpd') diff --git a/testing/cpd/APKBUILD b/testing/cpd/APKBUILD index 3de74450a2..ab1d8fc8e1 100644 --- a/testing/cpd/APKBUILD +++ b/testing/cpd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bradley J Chambers pkgname=cpd pkgver=0.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="C++ implementation of the Coherent Point Drift point set registration algorithm." url="https://github.com/gadomski/cpd" arch="all !armv7" # Fails to get checksum @@ -15,7 +15,7 @@ build() { mkdir build && cd build cmake .. \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DWITH_TESTS=OFF \ -DBUILD_SHARED_LIBS=ON \ -DEIGEN3_INCLUDE_DIR=/usr/include/eigen3 -- cgit v1.2.3