Roland
Roland
### What is your question? Updating to conan 2.3.2 I'm building packages via a Yocto based x-compilation toolchain, and the SDK generates this toolchain for us. It is vital to...
### What is your question? Conan 2.5.0 Given a very simple program with a CMake file like: ``` project(myprog) include(GNUInstallDirs) add_executable(myprog myprog.c) install(TARGETS myprog DESTINATION ${CMAKE_INSTALL_BINDIR}) ``` And a Conan...
### What is your question? I have a requirement that misuses a specific env var (CROSS_COMPILE). For this specific package I need to keep that variable empty. On the other...