Skip to content

Commit

Permalink
(#16361) accellera-uvm-systemc: systemc lib is required for uvm-systemc
Browse files Browse the repository at this point in the history
  • Loading branch information
staskau authored Mar 16, 2023
1 parent 5b7bbc5 commit 4181a32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/accellera-uvm-systemc/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ class UvmSystemC(ConanFile):
def _source_subfolder(self):
return "source_subfolder"

def requirements(self):
self.requires("systemc/2.3.3")

def build_requirements(self):
self.tool_requires("cmake/3.24.0")
self.tool_requires("systemc/2.3.3")

def configure(self):
if self.options.shared:
Expand Down

0 comments on commit 4181a32

Please sign in to comment.