friendlyanon
friendlyanon
The most important information here is: ``` ld: warning: dylib (/usr/local/Cellar/gcc/11.3.0/lib/gcc/11/libstdc++.dylib) was built for newer macOS version (11.5) than being linked (11.3) ``` Like I said, I do not own...
I'd like to keep this open, since the default output might not be the most ideal for Apple users and someone else might also face similar issues. I can't necessarily...
Thanks for the quick response! I'm also interested in having multiple profiles for the install command. I have seen a few examples make use of multiple `-p:...` arguments. Code that...
I see. Is it safe to just auto-detect the initial profile and use that for both contexts? I guess since the target platform **is** the host platform in the general...
I have made the Conan template closer to being v2 compatible with https://github.com/friendlyanon/cmake-init/commit/7a0efe0f8ec2c817ff4f44aa83c3cdd274e9424f I have also fixed things to `conan
I have decided to remove `/Zc:preprocessor` with 11d35cd to keep things simple. Once the `windows-2022` github image is released as the `latest` one, this could be added back.
Once #35 goes through, this can be closed as well.
611fee7b00b8322a3dd0e5d7653cbe17f54a2164 expanded the clang-tidy checks. I have read the documentation and I believe that the checks that I enabled with their options are sensible.
Another option that I came across is wrapping the library exports in a C API with a header-only library component on top to provide a usable C++ API. Consequently, this...
I have pushed 7bca880a8cc3bdb0e23d74c532e805e955a860a8 disabling this warning and with an explanation in the header file template of the shared library.