-
### Description
I am developing a recipe that uses glfw/3.4 as a dependancy. The project uses cmake and a call to find_package(GLFW3 CONFIG REQUIRED) to grab the conan cmake package. This works…
-
This is a bit confusing when there are ways to build shared libraries using `-sSIDE_MODULE`. Should the toolchain permit shared libs?
-
**Summary:**
When configuring opentelemetry-cpp with CMake, it fails to recognize the installed version of Abseil, despite having the latest version installed via vcpkg.
Steps to Reproduce:
`cmake …
-
### 🐛 Describe the bug
Really not sure if this is a CMake issue or Pytorch one but I will start here as I think it's related to Pytorch cmake scripts.
I ran into two errors trying to compile with …
-
Hi!
We are building a *macOS* project where we compile a custom c++ standard library (derived from libc++). The path to this custom libc++ is provided as an explicit linker argument (**edit**: alon…
-
**Describe the bug**
Since the last picolibc update 2803d4bbb47b6303a01f4a1d1d52bd6472c8a238 building without size optimizations results in a cmake warning
```
-- Setting build type to 'MinSizeRel'…
-
Symbols in `cffiwrapper.cpp` are not exported when building with MinGW: the condition at
https://github.com/rdkit/rdkit/blob/fd1972a4a6d87063ad00b635ba27ded2a2e79a4e/CMakeLists.txt#L99-L101 is false,…
-
After installing Fruit via vcpkg.json, FindFruit() was not in the path. It was in the ./vcpkg/buildtrees/fruit/src/v3.7.1-b712e99c79.clean/cmake-modules/FindFruit.cmake. A file(GLOB_RECURSE...) found …
-
### Problem:
`cargo check` fails when using clang 19 for FIPS builds. AFAICT it's because AWS-LC is pinned to a specific commit ([ec94d74](https://github.com/aws/aws-lc/tree/ec94d74a19b5a0aa738b436…
-
Hypothesis: CMake toolchain files are not the right place to customise the build; they are for configuring toolchains only. There are other, more appropriate ways to vary builds in the way that the wo…