cmake-cookbook icon indicating copy to clipboard operation
cmake-cookbook copied to clipboard

CMake Cookbook recipes.

Results 28 cmake-cookbook issues
Sort by recently updated
recently updated
newest added

I attempted to compile and test this example on a Windows PC, but ran into issues because I can't find a feasible way to get valgrind in a Windows environment....

After days working on it, we have no idea why Recipe 5 in Chapter 11 suddenly started failing on Appveyor. See #487 for the numerous attempts.

testing
appveyor-ci

The test fails because ASan does not detect a memory leak. Possible reasons: - compiler version - trivial code gets optimized away - code is wrapped in module/function and might...

testing
travis-ci

Found out in #442. The libraries are found in the image if I use GCC, rather than PGI. I think CMake sets slightly different paths, but I am unsure how...

low-priority
circle-ci

When I run the tests on my pc , the error raised. And I find the > catch.hpp in > charpet-07/recipe-01/cxx-example/tests may out of date. So I download the catch2...

Hi @bast @robertodr @AxiosLeo @kwoodle Thank you very much for your project. I learned a lot of useful knowledge from here, I recently used the Superbuild build system. I generated...

https://github.com/dev-cafe/cmake-cookbook/blob/e2cdfb3c79477014966d893e9712b27aa18048b3/chapter-15/README.md?plain=1#L13 This line reads "There isn't anything to compare."