You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hypothesis: CMake toolchain files are not the right place to customise the build; they are for configuring toolchains only. There are other, more appropriate ways to vary builds in the way that the workflows require.
Test this hypothesis by replacing the toolchain files with something more suitable. Setting one of the PROJECT_INCLUDE variables seems like one possible avenue of exploration.
Acceptance criteria: the end result is that the pipeline runs as it does currently, but with little or no reliance on CMake toolchain files.
The text was updated successfully, but these errors were encountered:
For CMake variables which are environment variables, I tend to pass them in
via Conan profiles in the `[env]` section, but I'm not fussy - whatever
works!
Hypothesis: CMake toolchain files are not the right place to customise the build; they are for configuring toolchains only. There are other, more appropriate ways to vary builds in the way that the workflows require.
Test this hypothesis by replacing the toolchain files with something more suitable. Setting one of the
PROJECT_INCLUDE
variables seems like one possible avenue of exploration.Acceptance criteria: the end result is that the pipeline runs as it does currently, but with little or no reliance on CMake toolchain files.
The text was updated successfully, but these errors were encountered: