Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if(DEFINED XP_NAMESPACE)
BASE v${CMAKE_PROJECT_VERSION} XPDIFF "patch" DEPS libssh2
WEB "https://libgit2.github.com/" UPSTREAM "github.com/libgit2/libgit2"
DESC "portable, pure C implementation of the Git core methods"
LICENSE "[GPL-2.0 WITH le](https://github.com/libgit2/libgit2/blob/master/README.md#license 'GPL2 with linking exception')"
LICENSE "[GPL-2.0-only WITH Libgit2-exception](https://github.com/libgit2/libgit2/blob/master/README.md#license 'GPLv2-only with libgit2 linking exception')"
)
set(CMAKE_OPT_INSTALL FALSE)
set(USE_CMAKE_ICONV ON)
Expand Down
Loading