Skip to content

Commit 16a62da

Browse files
Merge branch 'master' of github.com:AliceO2Group/FlpPrototype
2 parents c4fb80b + 2702cc1 commit 16a62da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/FindPDA.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ find_package(PkgConfig)
1111

1212
# find includes
1313
find_path(PDA_INCLUDE_DIR pda.h
14-
HINTS ${PDA_ROOT} ${PDA_ROOT}/include /usr/local/include /usr/include)
14+
HINTS ${PDA_INCLUDE_DIR} ${PDA_ROOT} ${PDA_ROOT}/include /usr/local/include /usr/include)
1515
# find libraries
16-
find_library(PDA_LIBRARY NAMES pda HINTS ${PDA_ROOT} ${PDA_ROOT}/lib /usr/local/lib /usr/lib )
16+
find_library(PDA_LIBRARY NAMES pda HINTS ${PDA_LIBRARY} ${PDA_ROOT} ${PDA_ROOT}/lib /usr/local/lib /usr/lib )
1717

1818
set(PDA_LIBRARIES ${PDA_LIBRARY})
1919
set(PDA_INCLUDE_DIRS ${PDA_INCLUDE_DIR})

0 commit comments

Comments
 (0)