From 11f135e2c4444b02aafbdd13a109cbf2dee86c4e Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Wed, 21 Jan 2015 11:29:46 +0100 Subject: [PATCH] [test] Remove linking with timer, now that Boost.Test has reverted the change which required this --- test/Jamfile.v2 | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 07fc8ff41..0f1d36035 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -16,7 +16,6 @@ project boost-geometry-test . ../../../boost/geometry/extensions/contrib/ttmath msvc:on - /boost/timer//boost_timer ; build-project core ;