From db82473e954bf3dd634edd44b89fd0548215bef9 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Tue, 28 Oct 2025 15:02:50 +0100 Subject: [PATCH] systemc now gets included when installing --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index c7e147e..33bc95e 100644 --- a/conanfile.py +++ b/conanfile.py @@ -33,7 +33,7 @@ class Pkg(ConanFile): "boost/*:without_timer": "True", "boost/*:without_type_erasure": "True", "boost/*:without_wave": "True", - "systemc/*:shared": "True", + "systemc/*:shared": "False", } def requirements(self):