diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-13 11:59:18 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-13 11:59:18 +0200 |
commit | 6415c09a077e2564fe5e6548e09caa1dade0a3fc (patch) | |
tree | 6dfb5429f01ffc41e9f5b8375531e0482e498982 /src/plugins/charset/CMakeLists.txt | |
parent | adbfd276604bc8025e439ab0ec7345d26a8bc4e8 (diff) | |
download | weechat-6415c09a077e2564fe5e6548e09caa1dade0a3fc.zip |
core: add quotes around paths in CMake files (closes #29)
Diffstat (limited to 'src/plugins/charset/CMakeLists.txt')
-rw-r--r-- | src/plugins/charset/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/charset/CMakeLists.txt b/src/plugins/charset/CMakeLists.txt index 4db0bb144..0fae098e7 100644 --- a/src/plugins/charset/CMakeLists.txt +++ b/src/plugins/charset/CMakeLists.txt @@ -31,4 +31,4 @@ if(ICONV_FOUND) endif() endif() -install(TARGETS charset LIBRARY DESTINATION ${WEECHAT_LIBDIR}/plugins) +install(TARGETS charset LIBRARY DESTINATION "${WEECHAT_LIBDIR}/plugins") |