From b5d154c04d5de7ee1c1e3de0fee20ae52c449472 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Tue, 1 Feb 2022 07:51:00 +0100 Subject: [PATCH] fix ISS standalone build --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d9faa9..9762d91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,10 +38,7 @@ set(CONAN_BOOST_OPTIONS boost:fPIC=True boost:shared=True boost:header_only=False -boost:without_context=True boost:without_contract=True -boost:without_coroutine=True -boost:without_fiber=True boost:without_graph=True boost:without_graph_parallel=True boost:without_iostreams=True