Benjamin Buch

Results 19 issues of Benjamin Buch

When I install in `ZLIB_COMPAT=ON` mode, I get the files: ``` -- Up-to-date: C:/TechnoTeam/develop/usr/lib/cmake/ZLIB/ZLIB.cmake -- Up-to-date: C:/TechnoTeam/develop/usr/lib/cmake/ZLIB/ZLIB-release.cmake -- Up-to-date: C:/TechnoTeam/develop/usr/lib/cmake/ZLIB/ZLIB-debug.cmake -- Up-to-date: C:/TechnoTeam/develop/usr/lib/cmake/ZLIB/ZLIB-relwithdebinfo.cmake ``` These files are not found as...

Build Env

New functionality: - add a CMake config file to the install, so an installed libpng can be found via `find_package(libpng)` - mark API header includes as SYSTEM headers in install,...

Currently the CMake files are installed to ``` install-prefix/lib/libpng/libpng/libpng16.cmake ``` but the common standard location would be ``` install-prefix/lib/cmake/libpng/libpng/libpng16.cmake ```

### Brief Issue Summary The shortcut Ctrl+S (or whatever binding is set) does not work in the UI CMake Cache Editor. **Reproduce:** 1. Open a CMake project 2. Press F1...

bug
more votes needed
Feature: cache editor

@ctruta The German government wants to provide financial support for maintainers of open source projects from the end of the year. This may be of interest to you. (I'm not...

This is a bug in the CMake code. ### What version of gRPC and what language are you using? 1.66.2, C++, CMake 3.30.3 ### What operating system (Linux, Windows,...) and...

kind/bug
lang/c++
priority/P2
untriaged

I need to write a simple gRPC server for my Proto file in C#. Unfortunately, I have very little experience with C#. I am a C++ developer. For internal project...

question

### Brief Issue Summary This is a feature request for `CMake: Build Target` via Ctrl+Shift+P. For build I can call `CMake: Build` and `CMake: Build Target`. For install I can...

enhancement
Feature: install
more votes needed

Same patch as https://github.com/zlib-ng/zlib-ng/pull/1988 for zlib-ng.