From 6415c09a077e2564fe5e6548e09caa1dade0a3fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 13 May 2023 11:59:18 +0200 Subject: core: add quotes around paths in CMake files (closes #29) --- src/plugins/php/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/php/CMakeLists.txt') diff --git a/src/plugins/php/CMakeLists.txt b/src/plugins/php/CMakeLists.txt index 376d300ea..d164cfd7a 100644 --- a/src/plugins/php/CMakeLists.txt +++ b/src/plugins/php/CMakeLists.txt @@ -29,4 +29,4 @@ if(PHP_FOUND) target_link_libraries(php ${PHP_LIB} weechat_plugins_scripts coverage_config) endif() -install(TARGETS php LIBRARY DESTINATION ${WEECHAT_LIBDIR}/plugins) +install(TARGETS php LIBRARY DESTINATION "${WEECHAT_LIBDIR}/plugins") -- cgit v1.2.3