mirror of
https://github.com/reactos/CMake.git
synced 2025-02-12 06:51:00 +00:00
FindPkgConfig: fix confusing indentation
This commit is contained in:
parent
a131316a95
commit
6610fdbed2
@ -65,7 +65,7 @@ macro(_pkgconfig_invoke _pkglist _prefix _varname _regexp)
|
|||||||
set(_pkgconfig_${_varname} "")
|
set(_pkgconfig_${_varname} "")
|
||||||
_pkgconfig_unset(${_prefix}_${_varname})
|
_pkgconfig_unset(${_prefix}_${_varname})
|
||||||
else()
|
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 "")
|
if (NOT ${_regexp} STREQUAL "")
|
||||||
string(REGEX REPLACE "${_regexp}" " " _pkgconfig_invoke_result "${_pkgconfig_invoke_result}")
|
string(REGEX REPLACE "${_regexp}" " " _pkgconfig_invoke_result "${_pkgconfig_invoke_result}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user