mirror of
https://github.com/mesonbuild/meson.git
synced 2026-08-06 07:40:58 +00:00
Fix CMake deprecation warning generated from interpreter
This commit is contained in:
committed by
Jussi Pakkanen
parent
b7686dfed5
commit
d93fe56e89
@@ -784,7 +784,7 @@ class CMakeInterpreter:
|
||||
self.languages = [] # type: T.List[str]
|
||||
self.targets = [] # type: T.List[ConverterTarget]
|
||||
self.custom_targets = [] # type: T.List[ConverterCustomTarget]
|
||||
self.trace = CMakeTraceParser('', Path('.'), self.env) # Will be replaced in analyse
|
||||
self.trace: CMakeTraceParser
|
||||
self.output_target_map = OutputTargetMap(self.build_dir)
|
||||
|
||||
# Generated meson data
|
||||
|
||||
Reference in New Issue
Block a user