Disabled tests for json.
This commit is contained in:
parent
fb841092a7
commit
ea6fe95db4
@ -7,7 +7,7 @@ from SCons.Script import *
|
||||
|
||||
def _git_cook(env: Environment, repo: dict) -> dict:
|
||||
checkout_root = repo['checkout_root']
|
||||
build_result = env.CMakeProject(project_root=checkout_root)
|
||||
build_result = env.CMakeProject(project_root=checkout_root, generate_args=['-DJSON_BuildTests=OFF'])
|
||||
return {
|
||||
'CPPPATH': build_result['CPPPATH'],
|
||||
'CMAKE_PREFIX_PATH': [build_result['install_dir']]
|
||||
|
Loading…
x
Reference in New Issue
Block a user