diff --git a/profiles/cura.jinja b/profiles/cura.jinja index 4bfe850..150954f 100644 --- a/profiles/cura.jinja +++ b/profiles/cura.jinja @@ -12,7 +12,7 @@ curaengine_grpc_definitions:compiler.cppstd=20 scripta:compiler.cppstd=20 umspatial*:compiler.cppstd=20 dulcificum:compiler.cppstd=20 -cura_settings:compiler.cppstd=20 +curator:compiler.cppstd=20 {% if compiler == 'gcc' %}compiler.libcxx=libstdc++11 {% elif compiler == 'apple-clang' %}compiler.libcxx=libc++ diff --git a/profiles/cura_wasm.jinja b/profiles/cura_wasm.jinja index fe4c0ad..2e4a05b 100644 --- a/profiles/cura_wasm.jinja +++ b/profiles/cura_wasm.jinja @@ -1,7 +1,9 @@ include(cura.jinja) [tool_requires] -emsdk/3.1.50 +# change to main once merged https://github.com/Ultimaker/conan-ultimaker-index/pull/14 +emsdk/[>=3.1.65]@ultimaker/stable +nodejs/[>=20.16.0]@ultimaker/stable [settings] os=Emscripten @@ -12,4 +14,4 @@ tools.build:skip_test=True [options] curaengine:enable_plugins=False -curaengine:enable_arcus=False \ No newline at end of file +curaengine:enable_arcus=False