From 4bfbf4e4aa1d58057105a2bbbba08fd0b29b4034 Mon Sep 17 00:00:00 2001
From: Incardona Pietro <incardon@mpi-cbg.de>
Date: Mon, 14 Jun 2021 16:00:32 +0200
Subject: [PATCH] Fixing BOOST installation

---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6a1004221..8937baf05 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -90,7 +90,6 @@ find_package(SuiteSparse OPTIONAL_COMPONENTS UMFPACK)
 find_package(Vc)
 find_package(OpenMP)
 find_package(HIP)
-find_package(Boost REQUIRED COMPONENTS unit_test_framework filesystem system thread)
 
 set(CMAKE_SKIP_BUILD_RPATH TRUE)
 
-- 
GitLab