diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-04-07 16:13:27 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-04-07 16:27:39 -0700 |
commit | c2bdc58fb8d9731fdbc3889017e8a7991da73ce9 (patch) | |
tree | dc20db7a4b2f9032f4b7d4ab8b74ed3bda7ae62f /cmake/Modules/FindLibdivecomputer.cmake | |
parent | 6f935907053a6f2cc97b1fafed4a6896d40f6874 (diff) | |
download | subsurface-c2bdc58fb8d9731fdbc3889017e8a7991da73ce9.tar.gz |
Make it compilant with the build script
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'cmake/Modules/FindLibdivecomputer.cmake')
-rw-r--r-- | cmake/Modules/FindLibdivecomputer.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/Modules/FindLibdivecomputer.cmake b/cmake/Modules/FindLibdivecomputer.cmake index 07e36f21f..d470cccdb 100644 --- a/cmake/Modules/FindLibdivecomputer.cmake +++ b/cmake/Modules/FindLibdivecomputer.cmake @@ -16,6 +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}/../libdivecomputer/include/ /usr/local/include /usr/include @@ -26,6 +27,7 @@ NAMES libdivecomputer.a divecomputer HINTS + ${CMAKE_CURRENT_SOURCE_DIR}/../install/lib ${CMAKE_CURRENT_SOURCE_DIR}/../libdivecomputer/src/.libs/ /usr/local/include /usr/include |