# The project profile pattern: a static, checked-in file. The machine-dependent
# facts (detected toolchain, cmake as a platform tool) come from the default
# profile of whichever flow provisioned the home, announced through
# CMAKE_PIP_CONAN_DEFAULT_PROFILE (conan renders profiles with jinja before
# parsing the include statements). cmake-pip exports the variable to every
# conan invocation; the fallback names the default of a project's other,
# non-cmake-pip provisioning flow -- here a sentinel that does not exist, so
# this fixture FAILS unless cmake-pip actually injected the variable.
include({{ os.getenv("CMAKE_PIP_CONAN_DEFAULT_PROFILE", "fixture_sentinel_not_a_profile") }})

[settings]
build_type=Release
