fix quoting of path in cmake generate-pkg-config

This commit is contained in:
Arvid Norberg 2020-04-18 11:35:12 +02:00 committed by Arvid Norberg
parent ac4dd411cc
commit 7a06650cc4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
include(@_variables_file_name@)
include("@_variables_file_name@")
function (cmake_list_to_pkg_config _result _list _prefix)
set(_tmp_list "${_list}")