-
### Brief Issue Summary
CMakeLists.txt is not syntax highlighted
### Expected:
When I open `CMakeLists.txt`, expected syntax highlight and intellisense.
### Apparent Behavior:
It is o…
-
Hi there! Thanks for your work on this project.
I've been trying to compile webkit2-gtk on macOS 14.5 and keep getting this error:
```
---> Patching CMakeLists.txt: s|@API@|4.0|g
---> Patchi…
-
### Explain what you would like to see improved and how.
The main obstacle to compiling root with nvc++ is the extraction of the system headers by cling. With gcc, this is done via `g++ -xc++ -E -v…
-
### Description of the bug
2.8.1 introduced a number of regressions to the build process on Linux. Specifically, 21116995d78b74dee69ce42874b643012a7c14e5 saw a lot of refactoring in the CMake files…
-
I tried to build the library with Docker, after pulling the Github code.
`git clone --recursive https://github.com/mapillary/OpenSfM`
Looks like despite pulling the submodules, the ThirdParty files…
-
CMake Error at CMakeLists.txt:17 (target_link_libraries):
Cannot specify link libraries for target "BLEScout" which is not built by
this project.
-
I set the HOME to ""
```rust
//build.rs:14
let home_dir = "";
```
Then run cargo test:
```powershell
PS C:\Users\kiwi\rust\tesseract-rs> cargo test
Compiling tesseract-rs v0.1.18 (C:\Users\kiw…
-
### 🐛 Describe the bug
CMake Error at CMakeLists.txt:273 (add_subdirectory):
The source directory
D:/xxxxxx/executorch/backends/xnnpack/third-party/cpuinfo
does not contain a CMakeLi…
-
I couldn't find anything about the QT version build in Linux.
I was able to build the SDL version without problem using cmake, but after looking in the CMakeLists.txt, it seems the QT setup is unf…
-
**Steps to reproduce**:
```
mkdir /tmp/test
git clone https://github.com/tdlib/telegram-bot-api.git /tmp/test/
cd /tmp/test/telegram-bot-api
docker run --rm -it -w /app -v $PWD:/app ubuntu:late…