mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 06:16:40 +02:00
core: add quotes around paths in CMake files (closes #29)
This commit is contained in:
@@ -32,4 +32,4 @@ set_target_properties(fset PROPERTIES PREFIX "")
|
||||
|
||||
target_link_libraries(fset coverage_config)
|
||||
|
||||
install(TARGETS fset LIBRARY DESTINATION ${WEECHAT_LIBDIR}/plugins)
|
||||
install(TARGETS fset LIBRARY DESTINATION "${WEECHAT_LIBDIR}/plugins")
|
||||
|
||||
Reference in New Issue
Block a user