summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2017-06-12 19:54:03 (GMT)
committerRolf Eike Beer <eike@sf-mail.de>2017-06-12 20:03:20 (GMT)
commit6610fdbed2c8e375055a304daa41ee6301317c34 (patch)
tree4d0f061389c01b88ff79061676bde2490dd544bb /Modules
parenta131316a95fde7ae19ec851369d9a186e6488d0c (diff)
downloadCMake-6610fdbed2c8e375055a304daa41ee6301317c34.zip
CMake-6610fdbed2c8e375055a304daa41ee6301317c34.tar.gz
CMake-6610fdbed2c8e375055a304daa41ee6301317c34.tar.bz2
FindPkgConfig: fix confusing indentation
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindPkgConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindPkgConfig.cmake b/Modules/FindPkgConfig.cmake
index 12a5ded..eb95227 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}")