Closed eblanca closed 7 months ago
Yeah you would need to manually define a matching conan profile in build/Conan and update build/conan.cmake to pick it accordingly. I opted to not use Conan's auto detection but manually maintain the profiles.
Alternatively you can try disabling the inclusion of conan.cmake
in CMakeLists.txt:30
Resolved by cba7f72:
./build/generator.sh
compared to using CMake directly and can ultimately be controlled using cache variable MZ_USE_CONAN
I'm trying to build xdispatch under haiku, so cloned xdispatch repository and installed conan 2.2.2 using pip, then also mz-cmaketools (into build/ ) but this is the fail:
It seems conan cannot detect the environment (it doesn't know anything about haiku) and stops. Any hints? (I know here you don't develop/fix conan, but maybe I can workaround this issue and do the build avoiding conan, or even fooling it)