From 7d189b58f8b29ed3f9b66a0b0e3362064af61502 Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Wed, 7 Feb 2018 11:40:37 +0100 Subject: [PATCH] test/cmake: Don't force dynamic builds for testing --- test/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 21ff976f2..d6eec0c15 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -15,8 +15,6 @@ # along with this program; if not, write to the Free Software Foundation # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -set(Boost_USE_STATIC_LIBS OFF) - include(BoostTestTargets) set(base_test_SOURCES -- 2.40.0