From 0f3e41373bcd2ae132dfa4d193224fde66aae4f0 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Thu, 27 Feb 2014 07:28:45 +0800 Subject: [PATCH] unconfuse quoting in CMakeLists.txtt via Marjan Tomas https://github.com/warmcat/libwebsockets/issues/67 Signed-off-by: Andy Green --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d6d62701..e6e0d691 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -719,7 +719,7 @@ if (UNIX) # Generate and install pkgconfig. # (This is not indented, because the tabs will be part of the output) file(WRITE "${PROJECT_BINARY_DIR}/libwebsockets.pc" -"prefix="${CMAKE_INSTALL_PREFIX}" +"prefix=\"${CMAKE_INSTALL_PREFIX}\" exec_prefix=\${prefix} libdir=\${exec_prefix}/lib${LIB_SUFFIX} includedir=\${prefix}/include