Ernesto de Gracia Herranz
Ernesto de Gracia Herranz
If we don't initialize the variable `CMAKE_OSX_DEPLOYMENT_TARGET`, it tries to retrieve it from an environment variable, and if not, it calculates it based on the host platform. To prevent this,...
Simplify the test_package in according to our policies: - Write the minimal test that tests the package (the compiler can find the correct includes, the static linker can resolve symbols,...
Changelog: Fix: Handle `tools.build:sysroot` on Meson toolchain Docs: https://github.com/conan-io/docs/pull/XXXX Close: #14987 I added the `sys_root` to the Meson properties and the `--sysroot=sys_root` flag on `c_args`, `cpp_args`, `c_link_args` and `cpp_link_args`.
Changelog: Feature: Add `CONAN_RUNTIME_LIB_DIRS` variable to the `conan_toolchain.cmake` Docs: https://github.com/conan-io/docs/pull/3698 Close: #15810
Add CONAN_RUNTIME_LIB_DIRS to the conan_toolchain.cmake https://github.com/conan-io/conan/pull/15914
Simplify the test_package in according to our policies: - Write the minimal test that tests the package (the compiler can find the correct includes, the static linker can resolve symbols,...
Simplify the test_package in according to our policies: - Write the minimal test that tests the package (the compiler can find the correct includes, the static linker can resolve symbols,...
Simplify the test_package in according to our policies: * Write the minimal test that tests the package (the compiler can find the correct includes, the static linker can resolve symbols,...
Changelog: Fix: Fix ar and ld flags for cmake toolchain Docs: https://github.com/conan-io/docs/pull/XXXX Close: https://github.com/conan-io/conan/issues/16517 [CMAKE__LINK_EXECUTABLE](https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_LINK_EXECUTABLE.html) [CMAKE_AR](https://cmake.org/cmake/help/latest/variable/CMAKE_AR.html)