unnecessary field removed

This commit is contained in:
Lukasz Laszko 2020-01-28 12:59:41 +08:00 committed by Patrick Boettcher
parent 96f7c5af53
commit 6b043ea56f

View File

@ -38,8 +38,6 @@ class JsonSchemaValidatorConan(ConanFile):
'app/*', 'app/*',
] ]
_build_subfolder = 'build_subfolder'
requires = ( requires = (
'nlohmann_json/3.7.3' 'nlohmann_json/3.7.3'
) )