From 2637c38ad79f320e1c50e2ed73eb2fc0fe90a536 Mon Sep 17 00:00:00 2001 From: AndreyMlashkin Date: Fri, 21 Jun 2024 19:44:52 +0200 Subject: [PATCH] remove finding boost, as already called in zkLLVM --- test/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index b54660e..0912119 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -8,10 +8,6 @@ include(CMTest) -if(NOT Boost_UNIT_TEST_FRAMEWORK_FOUND) - cm_find_package(Boost REQUIRED COMPONENTS unit_test_framework) -endif() - cm_test_link_libraries(${CMAKE_WORKSPACE_NAME}_${CURRENT_PROJECT_NAME} crypto3::all