We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf552e commit 1d5d008Copy full SHA for 1d5d008
emcmake.py
@@ -43,6 +43,8 @@ def has_substr(args, substr):
43
# See https://github.com/emscripten-core/emscripten/issues/15522
44
args.append(f'-DCMAKE_CROSSCOMPILING_EMULATOR={node_js}')
45
46
+ args.append('-DCMAKE_POLICY_VERSION_MINIMUM=3.5')
47
+
48
# Print a better error if we have no CMake executable on the PATH
49
if not os.path.dirname(args[0]) and not shutil.which(args[0]):
50
print(f'emcmake: cmake executable not found on PATH: `{args[0]}`', file=sys.stderr)
0 commit comments