Description
i run on windows 11 this cmd
PS G:\Programming\RepoFromGit\flextool> cmake -E time conan create . conan/stable -s build_type=Debug -s cling_conan:build_type=Release --profile clang16_compiler -o flextool:enable_clang_from_conan=False -e flextool:enable_tests=True
where profile clang16_compiler
[settings]
os=Windows
os_build=Windows
arch=x86_64
arch_build=x86_64
compiler=clang
compiler.version=16
llvm_9:build_type=Release
[options]
[build_requires]
cmake_installer/3.15.5@conan/stable
[env]
CC=C:/Program Files/LLVM/bin/clang.exe
CXX=C:/Program Files/LLVM/bin/clang++.exe
i got this error
ERROR: Error loading conanfile at 'G:\Programming\RepoFromGit\flextool\conanfile.py': Version range '=0.0' from requirement 'conan_build_helper/[=0.0]@conan/stable' required by 'python_require' could not be resolved in local cache
where i can find conan_build_helper ?