mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 10:13:12 +02:00
core: add quotes around paths in CMake files (closes #29)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user