mirror of
https://github.com/ceph/ceph
synced 2024-12-22 03:22:00 +00:00
cmake: search for nspr include files for both suffixes: nspr4 and nspr
Fixes: http://tracker.ceph.com/issues/18535 Signed-off-by: John Lin <johnlinp@gmail.com>
This commit is contained in:
parent
7e93bf53ce
commit
fbe78efd8a
@ -34,6 +34,7 @@ else (NSPR_LIBRARIES AND NSPR_INCLUDE_DIRS)
|
||||
/sw/include
|
||||
PATH_SUFFIXES
|
||||
nspr4
|
||||
nspr
|
||||
)
|
||||
|
||||
find_library(PLDS4_LIBRARY
|
||||
|
Loading…
Reference in New Issue
Block a user