aboutsummaryrefslogtreecommitdiff
path: root/cmake/PkgConfigWithFallback.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/PkgConfigWithFallback.cmake')
-rw-r--r--cmake/PkgConfigWithFallback.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/PkgConfigWithFallback.cmake b/cmake/PkgConfigWithFallback.cmake
index ea14fa23..9124bb35 100644
--- a/cmake/PkgConfigWithFallback.cmake
+++ b/cmake/PkgConfigWithFallback.cmake
@@ -10,7 +10,7 @@ function(find_pkg_config_with_fallback name)
endif(PKG_CONFIG_FOUND)
if (${name}_PKG_CONFIG_FOUND)
- # Found via pkg-config, using it's result values
+ # Found via pkg-config, using its result values
set(${name}_FOUND ${${name}_PKG_CONFIG_FOUND})
# Try to find real file name of libraries