gnss-sdr: turn off unit tests explicitly

This commit is contained in:
Markus Kowalewski 2018-11-11 00:53:53 +01:00
parent 67c7685280
commit 0528001141
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -47,6 +47,7 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DGFlags_ROOT_DIR=${google-gflags}/lib"
"-DGLOG_INCLUDE_DIR=${glog}/include"
"-DENABLE_UNIT_TESTING=OFF"
# gnss-sdr doesn't truly depend on BLAS or LAPACK, as long as
# armadillo is built using both, so skip checking for them.