aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-09-27 17:25:50 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-09-27 17:25:50 +0000
commit8c039a25beb703841ca374721083d89262ebb4e8 (patch)
tree51877fff1b0b2d81bb948e30747d63097c87b829 /math
parent45ce25247b07425c64998e793024710d3aa9bb7f (diff)
downloadports-8c039a25beb703841ca374721083d89262ebb4e8.tar.gz
ports-8c039a25beb703841ca374721083d89262ebb4e8.zip
Drop verbose flag for CTest after r444324
ninja: error: unknown target 'ARGS=-V'
Notes
Notes: svn path=/head/; revision=513047
Diffstat (limited to 'math')
-rw-r--r--math/ceres-solver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile
index eb7a6094e6b5..69164952960d 100644
--- a/math/ceres-solver/Makefile
+++ b/math/ceres-solver/Makefile
@@ -66,7 +66,7 @@ TBB_CMAKE_BOOL= TBB
# XXX Unbundle googletest/googlemock
TEST_CMAKE_BOOL= BUILD_TESTING
-TEST_TEST_TARGET= test ARGS="-V"
+TEST_TEST_TARGET= test
TEST_IMPLIES= GFLAGS
LAPACK_DESC= Linear Algebra PACKage