summaryrefslogtreecommitdiff
path: root/cmake/SelectHashes.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: move sha1 source selection into CMakeLists.txtEdward Thomson2021-11-141-12/+2
| | | | | The select hashes module selects the hash; the CMakeLists.txt selects the files to implement it.
* cmake: refactor global variablesEdward Thomson2021-11-141-2/+2
| | | | | Update the global variables `LIBGIT2_OBJECTS` to `LIBGIT2_DEPENDENCY_OBJECTS` for clarity and consistency.
* cmake: reformat modulesEdward Thomson2021-11-141-47/+47
| | | | Apply the standard project cmake formatting to the modules.
* cmake: select hashes umbrella variable has been removed.Dmitry Lobanov2021-08-281-2/+1
| | | Co-authored-by: Edward Thomson <ethomson@github.com>
* cmake: select hashes missing umbrella header has been added.Dmitry Lobanov2021-08-281-0/+2
|
* cmake: move modules into the "cmake/" top level dirPatrick Steinhardt2020-06-011-0/+61
Our custom CMake module currently live in "cmake/Modules". As the "cmake/" directory doesn't contain anything except the "Modules" directory, it doesn't really make sense to have the additional intermediate directory. So let's instead move the modules one level up into the "cmake/" top level directory.