Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AndreyG/libgit2cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ballessay/libgit2cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 12, 2025

  1. Increase minimum cmake version

    Stops cmake 4 deprecation warnings in the form of:
    
    [cmake] CMake Deprecation Warning at libgit2cpp/CMakeLists.txt:1 (cmake_minimum_required):
    [cmake]   Compatibility with CMake < 3.10 will be removed from a future version of
    [cmake]   CMake.
    ballessay committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    0a130b3 View commit details
    Browse the repository at this point in the history
  2. Disable include(InstallRules) to fix cmake errors

    Since I currently won't need/use an install target and when BUNDLE_LIBGIT2 is
    enabled the following errors occur:
    
    [cmake] CMake Error in libgit2cpp/CMakeLists.txt:
    [cmake]   Target "git2cpp" INTERFACE_INCLUDE_DIRECTORIES property contains path:
    [cmake]
    [cmake]     "libgit2cpp/libs/libgit2/include"
    [cmake]
    [cmake]   which is prefixed in the source directory.
    [cmake]
    [cmake]
    [cmake] CMake Error in libgit2cpp/CMakeLists.txt:
    [cmake]   install(EXPORT "git2cppTargets" ...) includes target "git2cpp" which
    [cmake]   requires target "libgit2package" that is not in any export set.
    ballessay committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    0cb8847 View commit details
    Browse the repository at this point in the history
Loading