mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 16:53:14 +02:00
guile: fix path of guile include dirs in cmake build (patch #7790)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
WeeChat ChangeLog
|
||||
=================
|
||||
Sébastien Helleu <flashcode@flashtux.org>
|
||||
v0.3.9-dev, 2012-06-04
|
||||
v0.3.9-dev, 2012-06-05
|
||||
|
||||
|
||||
Version 0.3.9 (under dev!)
|
||||
@@ -10,6 +10,7 @@ Version 0.3.9 (under dev!)
|
||||
* core: reallow names beginning with "#" for bars, proxies and filters
|
||||
* core: escape special chars (`#[\`) in configuration files for name of options
|
||||
(bug #36584)
|
||||
* guile: fix path of guile include dirs in cmake build (patch #7790)
|
||||
* irc: reallow names beginning with "#" for servers
|
||||
|
||||
Version 0.3.8 (2012-06-03)
|
||||
|
||||
@@ -23,7 +23,7 @@ weechat-guile-api.c weechat-guile-api.h)
|
||||
SET_TARGET_PROPERTIES(guile PROPERTIES PREFIX "")
|
||||
|
||||
IF(GUILE_FOUND)
|
||||
INCLUDE_DIRECTORIES(${GUILE_INCLUDE_PATH})
|
||||
INCLUDE_DIRECTORIES(${GUILE_INCLUDE_DIRS})
|
||||
SET(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} ${GUILE_LFLAGS}")
|
||||
TARGET_LINK_LIBRARIES(guile ${GUILE_LIBRARY} weechat_scripts)
|
||||
ENDIF(GUILE_FOUND)
|
||||
|
||||
Reference in New Issue
Block a user