mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
unconfuse quoting in CMakeLists.txtt
via Marjan Tomas https://github.com/warmcat/libwebsockets/issues/67 Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
83725d8cd4
commit
0f3e41373b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue