Skip to content

Commit 8c1b370

Browse files
committed
this should fix build_tests.py on mac-os
1 parent 1e973e4 commit 8c1b370

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def BuildWlaGb():
5656
Run('cmake', '-G', 'NMake Makefiles', '-DCMAKE_BUILD_TYPE=Release', WLA_DX_DIR, cwd=WLA_DX_BUILD_DIR)
5757
Run('nmake', cwd=WLA_DX_BUILD_DIR)
5858
else:
59-
Run('cmake', WLA_DX_DIR, cwd=WLA_DX_BUILD_DIR)
59+
Run('cmake', '-DCMAKE_POLICY_VERSION_MINIMUM=3.5', WLA_DX_DIR, cwd=WLA_DX_BUILD_DIR)
6060
Run('make', cwd=WLA_DX_BUILD_DIR)
6161
# Test that wla-gb was build OK.
6262
Run(os.path.join(WLA_DX_BIN_DIR, 'wla-gb'))

0 commit comments

Comments
 (0)