Skip to content

Commit eeb2111

Browse files
reverted
1 parent 6b2235d commit eeb2111

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

conan/tools/cmake/cmakeconfigdeps/cmakeconfigdeps.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ def _content(self):
127127
ret[config.filename] = config.content()
128128
targets = TargetsTemplate2(base_filename)
129129
ret[targets.filename] = targets.content()
130-
target_configuration = TargetConfigurationTemplate2(base_filename, self, dep, require, full_cpp_info,
131-
cmake_config_properties, is_build_context=require.build)
130+
target_configuration = TargetConfigurationTemplate2(self, dep, require, full_cpp_info)
132131
ret[target_configuration.filename] = target_configuration.content()
133132

134133
self._print_help(direct_deps)

0 commit comments

Comments
 (0)