From 83d7a7800ac4a970d618ad125cdbb18e3b29b53e Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Thu, 3 Feb 2022 14:51:30 -0500 Subject: CMake: consistency with arch/platform plugins --- scripts/test_build_extern.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/test_build_extern.py b/scripts/test_build_extern.py index 876b1581..8a9504c9 100644 --- a/scripts/test_build_extern.py +++ b/scripts/test_build_extern.py @@ -98,7 +98,7 @@ with tempfile.TemporaryDirectory() as tempdir: shutil.rmtree(temp_example_base / 'build') try: - subprocess.check_call(['cmake', '-B', 'build', f'-DBN_API_DIR={temp_api_base}'] + configure_args, + subprocess.check_call(['cmake', '-B', 'build', f'-DBN_API_PATH={temp_api_base}'] + configure_args, cwd=temp_example_base, env=configure_env) subprocess.check_call(['cmake', '--build', 'build'] + build_args, cwd=temp_example_base) finally: -- cgit v1.3.1