From 99294523dce1ecc6b7eccac3ac030555ab0eb6b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Thu, 19 Jan 2023 10:41:58 +0100 Subject: [PATCH] Update CMakeLists.txt to reflect actual dependencies. --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd7d92c..4a0c02a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,6 @@ # Copyright 2018 Mike Dev # Copyright 2019 Peter Dimov +# Copyright 2023 Ion Gaztanaga # Distributed under the Boost Software License, Version 1.0. # See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt @@ -14,10 +15,7 @@ target_include_directories(boost_move INTERFACE include) target_link_libraries(boost_move INTERFACE - Boost::assert Boost::config - Boost::static_assert - Boost::winapi ) if(BUILD_TESTING)