From: John Lin Date: Mon, 16 Jan 2017 08:26:44 +0000 (+0800) Subject: cmake: search for nspr include files for both suffixes: nspr4 and nspr X-Git-Tag: v12.0.0~176^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F12939%2Fhead;p=ceph.git cmake: search for nspr include files for both suffixes: nspr4 and nspr Fixes: http://tracker.ceph.com/issues/18535 Signed-off-by: John Lin --- diff --git a/cmake/modules/FindNSPR.cmake b/cmake/modules/FindNSPR.cmake index 48f92951657..94d6a062c5c 100644 --- a/cmake/modules/FindNSPR.cmake +++ b/cmake/modules/FindNSPR.cmake @@ -34,6 +34,7 @@ else (NSPR_LIBRARIES AND NSPR_INCLUDE_DIRS) /sw/include PATH_SUFFIXES nspr4 + nspr ) find_library(PLDS4_LIBRARY