summaryrefslogtreecommitdiff
path: root/Modules/FindPkgConfig.cmake
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2017-06-12 21:54:03 +0200
committerRolf Eike Beer <eike@sf-mail.de>2017-06-12 22:03:20 +0200
commit6610fdbed2c8e375055a304daa41ee6301317c34 (patch)
tree4d0f061389c01b88ff79061676bde2490dd544bb /Modules/FindPkgConfig.cmake
parenta131316a95fde7ae19ec851369d9a186e6488d0c (diff)
downloadcmake-6610fdbed2c8e375055a304daa41ee6301317c34.tar.gz
FindPkgConfig: fix confusing indentation
Diffstat (limited to 'Modules/FindPkgConfig.cmake')
-rw-r--r--Modules/FindPkgConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindPkgConfig.cmake b/Modules/FindPkgConfig.cmake
index 12a5ded835..eb9522735a 100644
--- a/Modules/FindPkgConfig.cmake
+++ b/Modules/FindPkgConfig.cmake
@@ -65,7 +65,7 @@ macro(_pkgconfig_invoke _pkglist _prefix _varname _regexp)
set(_pkgconfig_${_varname} "")
_pkgconfig_unset(${_prefix}_${_varname})
else()
- string(REGEX REPLACE "[\r\n]" " " _pkgconfig_invoke_result "${_pkgconfig_invoke_result}")
+ string(REGEX REPLACE "[\r\n]" " " _pkgconfig_invoke_result "${_pkgconfig_invoke_result}")
if (NOT ${_regexp} STREQUAL "")
string(REGEX REPLACE "${_regexp}" " " _pkgconfig_invoke_result "${_pkgconfig_invoke_result}")