mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make it compilant with the build script
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6f93590705
commit
c2bdc58fb8
4 changed files with 10 additions and 0 deletions
|
@ -16,6 +16,7 @@ ENDIF ()
|
|||
FIND_PATH( LIBGIT2_INCLUDE_DIR
|
||||
NAMES git2.h
|
||||
HINTS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../install/include
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../libgit2/include
|
||||
/usr/local/include
|
||||
/usr/include
|
||||
|
@ -26,6 +27,7 @@ NAMES
|
|||
libgit2.a
|
||||
git2
|
||||
HINTS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../install/lib
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../libgit2/build
|
||||
/usr/local/include
|
||||
/usr/include
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue