1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-27 21:47:39 +00:00

Replace HINTS by PATHS

This commit is contained in:
Carles Fernandez
2019-10-30 21:31:41 +01:00
parent d14111c85d
commit ef8c03cd8c
3 changed files with 8 additions and 8 deletions

View File

@@ -69,7 +69,7 @@ endif()
# Look for the header file.
find_path(MATIO_INCLUDE_DIR
NAMES matio.h
HINTS
PATHS
/usr/include
/usr/local/include
/opt/local/include
@@ -81,7 +81,7 @@ find_path(MATIO_INCLUDE_DIR
# Look for the library.
find_library(MATIO_LIBRARY
NAMES matio
HINTS
PATHS
/usr/lib
/usr/lib64
/usr/lib/alpha-linux-gnu