From 9a0c6131c806f3e81b29cd0c828bac6de3c59a1a Mon Sep 17 00:00:00 2001 From: Incardona Pietro <incardon@mpi-cbg.de> Date: Thu, 2 Dec 2021 02:54:11 +0100 Subject: [PATCH] Reducing to context --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e938b125..d6bc8c944 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -184,8 +184,8 @@ if (Boost_FOUND) message( FATAL_ERROR "BOOST is invalid reinstalling" ) endif() # Get the library names - if (Boost_context_FOUND AND Boost_fiber_FOUND) - file(WRITE optional_boost_libs "-L${BOOST_ROOT}/lib -lboost_context -lboost_fiber") + if (boost_context_FOUND) + file(WRITE optional_boost_libs "-L${BOOST_ROOT}/lib -lboost_context") else() file(WRITE optional_boost_libs " ") endif() -- GitLab