mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 07:46:38 +02:00
Fix cmake directories: let user customize lib, share, locale and include directories (patch #6922)
This commit is contained in:
@@ -25,4 +25,4 @@ IF(ASPELL_FOUND)
|
||||
TARGET_LINK_LIBRARIES(aspell ${ASPELL_LIBRARY})
|
||||
ENDIF(ASPELL_FOUND)
|
||||
|
||||
INSTALL(TARGETS aspell LIBRARY DESTINATION lib/${PROJECT_NAME}/plugins)
|
||||
INSTALL(TARGETS aspell LIBRARY DESTINATION ${LIBDIR}/plugins)
|
||||
|
||||
Reference in New Issue
Block a user