build script: fix parent class of static cmake target

This commit is contained in:
alexey.lysiuk 2020-11-30 11:27:05 +02:00
parent f9424e5c9c
commit 3a0831425b
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ class CMakeTarget(Target):
subprocess.check_call(args, cwd=builder.build_path)
class CMakeStaticDependencyTarget(Target):
class CMakeStaticDependencyTarget(CMakeTarget):
def __init__(self, name=None):
super().__init__(name)