Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-09 | build.sh: use "install-root" for our local install destination | Dirk Hohndel | |
This seems less confusing then calling it just "install". Also adjust our cmake/Modules/Find... files accordingly. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2015-04-07 | Make it compilant with the build script | Tomaz Canabrava | |
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2015-04-07 | Add a FindLIBGIT2 based on our FindMarble. | Tomaz Canabrava | |
It currently searches for the .a (preferred) or the .so in the following directories, in order: ${CMAKE_CURRENT_SOURCE_DIR}/../libgit2, /usr/local, and /usr. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |