Skip to content

Instantly share code, notes, and snippets.

# This is the CMakeCache file.
# For build in directory: /Users/sean/juliaLang/julia/deps/libgit2/build
# It was generated by CMake: /sw/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
dynamic_020:julia sean$ make -C deps distclean-libgit2 && make -C deps install-libgit2 VERBOSE=1
rm -rf libgit2 libgit2.tar.gz
git clone -q --depth=50 --branch v0.23.0 git://github.com/libgit2/libgit2.git libgit2
Note: checking out '159061a8ce206b694448313a84387600408f6029'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
# CMake build script for the libgit2 project
#
# Building (out of source build):
# > mkdir build && cd build
# > cmake .. [-DSETTINGS=VALUE]
# > cmake --build .
#
# Testing:
# > ctest -V
#