project_options icon indicating copy to clipboard operation
project_options copied to clipboard

A general-purpose CMake library that provides functions that improve the CMake experience following the best practices.

Results 38 project_options issues
Sort by recently updated
recently updated
newest added

Currently, the conan section forces the addition of both the conan-center-index and bincrafters remotes by default. Even though the comments state that we can remove remotes, I can't figure out...

good first issue

```bash ninja # ... /Users/clausklein/.cache/CPM/fmt/15c05aa781ab44fa13a906fe5737c1d14e5edee9/include/fmt/format.h:3036:51: error: all parameters should be named in a function [hicpp-named-parameter,readability-named-parameter,-warnings-as-errors] constexpr auto operator"" _a(const char* s, size_t) -> detail::udl_arg { ^ /*unused*/ /Users/clausklein/.cache/CPM/fmt/15c05aa781ab44fa13a906fe5737c1d14e5edee9/include/fmt/format.h:3043:62: error: parameter...

help wanted
impossible

from aminya/cpp_vcpkg_project#35. Additionally, add `[WORKING_DIRECTORY ]` and `[WILL_FAIL]` to specify the corresponding test property.

Add a function `convert_genex_semicolons` to convert semicolons inside generator expressions into `$`. After this function, the list contains generator expressions can be properly iterated. ```cmake set(dirs "$" "$") convert_genex_semicolons("${dirs}" dirs)...

Either something is fundamentally broken with dynamic_project_options or I'm sorely misunderstanding how to use it. My understanding of the intent is as follows: * Create an option called `OPT_${option_name}` that...

The Conan remote server is giving errors ```shell -- Downloading conan.cmake from https://github.com/conan-io/cmake-conan -- Conan: Adding conancenter remote repository (https://center.conan.io/) verify ssl (True) WARN: Remotes registry file missing, creating default...

bug

I used `Ninja Multi-Config` as the generator and linked a library that has multiple header directories (SDL2 using conan 2.0). That is, ```bash lib="SDL2::SDL2"; lib_include_dirs=" $; $ " ``` Notice...

bug

* [x] Merge #171 by @abeimler * [ ] Test cross-compiling with Conan @aminya * [x] Test cross-compiling without using Conan NOR vcpkg, just plain C++ #188 * [x] by...

Hi, I was wondering if there is any reason why there is no install_conan() macro (similar to run_vcpkg() )? Sometimes I use machines that do not have conan installed and...

Shouldn't -Wpadded be added to gcc warning list? ## Upvote & Fund - I am using [Polar.sh](https://polar.sh/aminya) so you can upvote and help fund this issue. The funding is received...

question