NPatch

Results 22 comments of NPatch

> I tested this new plugin template on Ubuntu 24.04, latest OBS 31.0.0 installed through ppa+apt install. I ran the following: > > ```shell > cmake --preset linux-x86_64 > cmake...

> Setting `CMAKE_INSTALL_PREFIX` is only necessary if `cmake --install` is not used, otherwise the preferred way is to specify the prefix directly to that command per [the CMake Tutorial](https://cmake.org/cmake/help/latest/guide/tutorial/Installing%20and%20Testing.html#build-and-run). My...