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