systemc now gets included when installing

This commit is contained in:
2025-10-28 15:02:50 +01:00
parent 1e84bfba07
commit db82473e95

View File

@@ -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):