fix quoting of path in cmake generate-pkg-config
This commit is contained in:
parent
ac4dd411cc
commit
7a06650cc4
|
@ -1,4 +1,4 @@
|
||||||
include(@_variables_file_name@)
|
include("@_variables_file_name@")
|
||||||
|
|
||||||
function (cmake_list_to_pkg_config _result _list _prefix)
|
function (cmake_list_to_pkg_config _result _list _prefix)
|
||||||
set(_tmp_list "${_list}")
|
set(_tmp_list "${_list}")
|
||||||
|
|
Loading…
Reference in New Issue