summaryrefslogtreecommitdiff
path: root/src/plugins/guile
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-05-13 11:59:18 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-05-13 11:59:18 +0200
commit6415c09a077e2564fe5e6548e09caa1dade0a3fc (patch)
tree6dfb5429f01ffc41e9f5b8375531e0482e498982 /src/plugins/guile
parentadbfd276604bc8025e439ab0ec7345d26a8bc4e8 (diff)
downloadweechat-6415c09a077e2564fe5e6548e09caa1dade0a3fc.zip
core: add quotes around paths in CMake files (closes #29)
Diffstat (limited to 'src/plugins/guile')
-rw-r--r--src/plugins/guile/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/guile/CMakeLists.txt b/src/plugins/guile/CMakeLists.txt
index c953343fa..7e25dc980 100644
--- a/src/plugins/guile/CMakeLists.txt
+++ b/src/plugins/guile/CMakeLists.txt
@@ -30,4 +30,4 @@ if(GUILE_FOUND)
target_link_libraries(guile ${LINK_LIBS} weechat_plugins_scripts coverage_config)
endif()
-install(TARGETS guile LIBRARY DESTINATION ${WEECHAT_LIBDIR}/plugins)
+install(TARGETS guile LIBRARY DESTINATION "${WEECHAT_LIBDIR}/plugins")