1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 20:36:38 +02:00

core: remove whitespace in cmake files

This commit is contained in:
Sébastien Helleu
2014-07-20 19:16:01 +02:00
parent f2fd562d79
commit d0b95b6858
6 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ weechat-lua-api.h)
set_target_properties(lua PROPERTIES PREFIX "")
if(LUA_FOUND)
include_directories(${LUA_INCLUDE_PATH} )
include_directories(${LUA_INCLUDE_PATH})
if(LUA_LIBRARY AND LUALIB_LIBRARY)
target_link_libraries(lua ${LUA_LIBRARY} ${LUALIB_LIBRARY} weechat_plugins_scripts)
else()