aminya / aminya/cpp_vcpkg_project
The vcpkg must not installed in source directory!
Open
Nobody has claimed this yet.
- Dominant language
- CMake
- Stars
- 43
- Forks
- 8
- Avg merge
- 9m
- Merged PRs (30d)
- 1
Description
this files will be used from doxygen and clang-tidy:
|| [5/5] Generating documentation - entry file: /Users/clausklein/Workspace/cpp/cpp_vcpkg_project/build/gcc-release/html/index.html
build/default/vcpkg_installed/x64-osx/include/fmt/format.h|1017| warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon)
build/developer/vcpkg_installed/x64-osx/include/fmt/format.h|1017| warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon)
build/vcpkg_installed/x64-osx/include/fmt/format.h|1017| warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon)
build/developer/vcpkg_installed/x64-osx/include/catch2/internal/catch_clara.hpp|82| warning: Detected potential recursive class relation between class Catch::Clara::Detail::UnaryLambdaTraits and base class Catch::Clara::Detail::UnaryLambdaTraits< decltype(&L::operator())>!
build/developer/vcpkg_installed/x64-osx/include/catch2/internal/catch_clara.hpp|82| warning: Detected potential recursive class relation between class Catch::Clara::Detail::UnaryLambdaTraits and base class UnaryLambdaTraits< decltype(&L::operator())>!
build/developer/vcpkg_installed/x64-osx/include/catch2/internal/catch_clara.hpp|82| warning: Detected potential recursive class relation between class Catch::Clara::Detail::UnaryLambdaTraits and base class Catch::Clara::Detail::UnaryLambdaTraits< decltype(&L::operator())>!
build/developer/vcpkg_installed/x64-osx/include/catch2/internal/catch_clara.hpp|82| warning: Detected potential recursive class relation between class Catch::Clara::Detail::UnaryLambdaTraits and base class UnaryLambdaTraits< decltype(&L::operator())>!
build/default/vcpkg_installed/x64-osx/include/fmt/ranges.h|192| warning: Detected potential recursive class relation between class detail::make_integer_sequence and base class detail::make_integer_sequence< T, N - 1, N - 1, Ns... >!
build/default/vcpkg_installed/x64-osx/include/fmt/ranges.h|192| warning: Detected potential recursive class relation between class detail::make_integer_sequence and base class make_integer_sequence< T, N - 1, N - 1, Ns... >!
build/default/vcpkg_installed/x64-osx/include/fmt/ranges.h|192| warning: Detected potential recursive class relation between class detail::make_integer_sequence and base class detail::make_integer_sequence< T, N - 1, N - 1, Ns... >!
build/default/vcpkg_installed/x64-osx/include/fmt/ranges.h|192| warning: Detected potential recursive class relation between class detail::make_integer_sequence and base class make_integer_sequence< T, N - 1, N - 1, Ns... >!
build/developer/vcpkg_installed/x64-osx/include/fmt/ranges.h|192| warning: Detected potential recursive class relation between class detail::make_integer_sequence and base class detail::make_integer_sequence< T, N - 1, N - 1, Ns... >!
build/developer/vcpkg_installed/x64-osx/include/fmt/ranges.h|192| warning: Detected potential recursive class relation between class detail::make_integer_sequence and base class make_integer_sequence< T, N - 1, N - 1, Ns... >!
build/developer/vcpkg_installed/x64-osx/include/fmt/ranges.h|192| warning: Detected potential recursive class relation between class detail::make_integer_sequence and base class detail::make_integer_sequence< T, N - 1, N - 1, Ns... >!
build/developer/vcpkg_installed/x64-osx/include/fmt/ranges.h|192| warning: Detected potential recursive class relation between class detail::make_integer_sequence and base class make_integer_sequence< T, N - 1, N - 1, Ns... >!
build/vcpkg_installed/x64-osx/include/fmt/ranges.h|192| warning: Detected potential recursive class relation between class detail::make_integer_sequence and base class detail::make_integer_sequence< T, N - 1, N - 1, Ns... >!
build/vcpkg_installed/x64-osx/include/fmt/ranges.h|192| warning: Detected potential recursive class relation between class detail::make_integer_sequence and base class make_integer_sequence< T, N - 1, N - 1, Ns... >!
build/vcpkg_installed/x64-osx/include/fmt/ranges.h|192| warning: Detected potential recursive class relation between class detail::make_integer_sequence and base class detail::make_integer_sequence< T, N - 1, N - 1, Ns... >!
build/vcpkg_installed/x64-osx/include/fmt/ranges.h|192| warning: Detected potential recursive class relation between class detail::make_integer_sequence and base class make_integer_sequence< T, N - 1, N - 1, Ns... >!
build/default/vcpkg_installed/x64-osx/include/fmt/format.h|4511| warning: no uniquely matching class member found for ...
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the CMake and vcpkg configuration that produces the build/default, build/developer, and build/vcpkg_installed paths shown in the report. Reproduce the configuration and verify that vcpkg is no longer installed in the source directory while the Doxygen and clang-tidy generation still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100