mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build.sh: use "install-root" for our local install destination
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>
This commit is contained in:
parent
68ec73f1b0
commit
435ec2cbc2
4 changed files with 12 additions and 12 deletions
|
@ -16,7 +16,7 @@ ENDIF ( LIBDIVECOMPUTER_INCLUDE_DIR AND LIBDIVECOMPUTER_LIBRARIES )
|
|||
FIND_PATH( LIBDIVECOMPUTER_INCLUDE_DIR
|
||||
NAMES libdivecomputer/hw.h
|
||||
HINTS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../install/include
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../install-root/include
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../libdivecomputer/include/
|
||||
/usr/local/include
|
||||
/usr/include
|
||||
|
@ -27,7 +27,7 @@ NAMES
|
|||
libdivecomputer.a
|
||||
divecomputer
|
||||
HINTS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../install/lib
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../install-root/lib
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../libdivecomputer/src/.libs/
|
||||
/usr/local/include
|
||||
/usr/include
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue