Scott B

Results 6 issues of Scott B

### Description The function `get_stdlib_dir(prefix, py_ver)` initially used `py_ver` only in the case where directories weren't found. This could result in the case where 2 or more python versions existed...

I'm not sure if this is misuse by me or a defect. Using clang-18 and libc++-18: I cannot get the following to work... ```c++ #include #include enum class my_enum {a,...

This PR makes the following changes: - `PATCHES` multi-value keyword added to `CPMAddPackage()` - updated README for the new command - updated cmake-format for the new command - added a...

Basic update to 1.85.0. Most new or less advanced users probably want to start with this version. CMake support within Boost is a bit more mature.

This is a very simple example that adds sqlite from an amalgamation source.

When the environment variable `CPM_SOURCE_CACHE` is set, re-running cmake does not cause a fetch and patch. When unset, fetch and patch both occur. The problem observed (see #572 for more...