]> git.ipfire.org Git - thirdparty/zstd.git/commit
[cmake] Fix pkgconfig quoting
authorNick Terrell <terrelln@fb.com>
Mon, 7 Dec 2020 04:13:37 +0000 (20:13 -0800)
committerNick Terrell <terrelln@fb.com>
Thu, 10 Dec 2020 19:03:45 +0000 (11:03 -0800)
commitef5d15b71908e3b4dcf2811ee8e0b8c81f75c0cd
tree8f33aa041d29861cc067f67b042a89e2b8cc32b4
parent85f8a8ca4da3128005a84fff96690fc796928895
[cmake] Fix pkgconfig quoting

The pkgconfig file generation didn't correctly escape the paths. It both
quoted and escaped spaces with `\`, which doesn't work. The fix is to
remove the quoting.
build/cmake/lib/CMakeLists.txt