> conan create . --build missing -pr clang-gcc Exporting package recipe hello/0.1 exports_sources: Copied 1 '.txt' file: CMakeLists.txt hello/0.1 exports_sources: Copied 1 '.cpp' file: hello.cpp hello/0.1 exports_sources: Copied 1 '.h' file: hello.h hello/0.1: The stored package has not changed hello/0.1: Using the exported files summary hash as the recipe revision: 4fc80e430f8244be40256fab755f8c43 hello/0.1: Exported revision: 4fc80e430f8244be40256fab755f8c43 Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=clang compiler.runtime=MD compiler.version=14 cppstd=17 os=Windows os_build=Windows [options] [build_requires] [env] CC=C:\Program Files\LLVM\bin\clang CONAN_CMAKE_GENERATOR=Ninja CXX=C:\Program Files\LLVM\bin\clang++ hello/0.1 (test package): Installing package Requirements hello/0.1 from local cache - Cache Packages hello/0.1:fea86f4376fcaca2105d4880fd3724afa826b8dc - Build Installing (downloading, building) binaries... hello/0.1: Copying sources to build folder hello/0.1: Building your package in D:\.conan\storage\hello\0.1\_\_\build\fea86f4376fcaca2105d4880fd3724afa826b8dc hello/0.1: Generator txt created conanbuildinfo.txt hello/0.1: Calling generate() hello/0.1: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior hello/0.1: Aggregating env generators hello/0.1: Calling build() hello/0.1: CMake command: cmake -G "MinGW Makefiles" -DCMAKE_TOOLCHAIN_FILE="D:/.conan/storage/hello/0.1/_/_/build/fea86f4376fcaca2105d4880fd3724afa826b8dc/cmake-build-release/conan/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="D:/.conan/storage/hello/0.1/_/_/package/fea86f4376fcaca2105d4880fd3724afa826b8dc" -DCMAKE_SH="CMAKE_SH-NOTFOUND" "D:\.conan\storage\hello\0.1\_\_\build\fea86f4376fcaca2105d4880fd3724afa826b8dc\." ----Running------ > cmake -G "MinGW Makefiles" -DCMAKE_TOOLCHAIN_FILE="D:/.conan/storage/hello/0.1/_/_/build/fea86f4376fcaca2105d4880fd3724afa826b8dc/cmake-build-release/conan/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="D:/.conan/storage/hello/0.1/_/_/package/fea86f4376fcaca2105d4880fd3724afa826b8dc" -DCMAKE_SH="CMAKE_SH-NOTFOUND" "D:\.conan\storage\hello\0.1\_\_\build\fea86f4376fcaca2105d4880fd3724afa826b8dc\." ----------------- CMake Error: CMake was unable to find a build program corresponding to "MinGW Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMake was unable to find a build program corresponding to "MinGW Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred! hello/0.1: hello/0.1: ERROR: Package 'fea86f4376fcaca2105d4880fd3724afa826b8dc' build failed hello/0.1: WARN: Build folder D:\.conan\storage\hello\0.1\_\_\build\fea86f4376fcaca2105d4880fd3724afa826b8dc\cmake-build-release ERROR: hello/0.1: Error in build() method, line 37 cmake.configure() ConanException: Error 1 while executing cmake -G "MinGW Makefiles" -DCMAKE_TOOLCHAIN_FILE="D:/.conan/storage/hello/0.1/_/_/build/fea86f4376fcaca2105d4880fd3724afa826b8dc/cmake-build-release/conan/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="D:/.conan/storage/hello/0.1/_/_/package/fea86f4376fcaca2105d4880fd3724afa826b8dc" -DCMAKE_SH="CMAKE_SH-NOTFOUND" "D:\.conan\storage\hello\0.1\_\_\build\fea86f4376fcaca2105d4880fd3724afa826b8dc\."