-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Looks like we need to update our Conan command options. From the build output, step “Build cosim”, line 75 (or thereabout):
conan create \
--settings="build_type=Debug" \
--options="proxyfmu=False" \
--options="shared=False" \
--update \
--build=missing \
--build=b2/* \
--user=osp \
--channel="${CHANNEL}" \
.
WARN: legacy: Unscoped option definition is ambiguous.
Use '&:proxyfmu=False' to refer to the current package.
Use '*:proxyfmu=False' or other pattern if the intent was to apply to dependencies
WARN: legacy: Unscoped option definition is ambiguous.
Use '&:shared=False' to refer to the current package.
Use '*:shared=False' or other pattern if the intent was to apply to dependencies```
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working