summaryrefslogtreecommitdiffstats
path: root/project/cmake/modules/FindNFS.cmake
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2016-11-24 21:27:41 +0100
committermanuel <manuel@mausz.at>2016-11-24 21:27:41 +0100
commit8cdf8dec703d882b46ca50a769fabb95ffc48e2c (patch)
treef7fe8233508f79d3dc94f8f445ce6342e7dfbdbb /project/cmake/modules/FindNFS.cmake
parent5823b05feb29a59510c32a9c28ca18b50b9b6399 (diff)
downloadkodi-pvr-build-8cdf8dec703d882b46ca50a769fabb95ffc48e2c.tar.gz
kodi-pvr-build-8cdf8dec703d882b46ca50a769fabb95ffc48e2c.tar.bz2
kodi-pvr-build-8cdf8dec703d882b46ca50a769fabb95ffc48e2c.zip
sync with upstream
Diffstat (limited to 'project/cmake/modules/FindNFS.cmake')
-rw-r--r--project/cmake/modules/FindNFS.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/cmake/modules/FindNFS.cmake b/project/cmake/modules/FindNFS.cmake
index 3fd9d61..646ee33 100644
--- a/project/cmake/modules/FindNFS.cmake
+++ b/project/cmake/modules/FindNFS.cmake
@@ -15,7 +15,7 @@
15# NFS::NFS - The libnfs library 15# NFS::NFS - The libnfs library
16 16
17if(PKG_CONFIG_FOUND) 17if(PKG_CONFIG_FOUND)
18 pkg_check_modules(NFS libnfs QUIET) 18 pkg_check_modules(PC_NFS libnfs QUIET)
19endif() 19endif()
20 20
21find_path(NFS_INCLUDE_DIR nfsc/libnfs.h 21find_path(NFS_INCLUDE_DIR nfsc/libnfs.h