From 8ae6bde1be347155edb865602cebc3694b444ff1 Mon Sep 17 00:00:00 2001 From: AndreyMlashkin Date: Mon, 1 Jul 2024 12:13:57 +0200 Subject: [PATCH] simplify cmake around boost --- test/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index b387b038a..774e3e2a7 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -11,8 +11,6 @@ include(CMTest) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") -find_package(Boost REQUIRED COMPONENTS random unit_test_framework) - cm_test_link_libraries(blueprint crypto3::all ${Boost_LIBRARIES})