mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
Do not build/install language files if DISABLE_NLS is ON for cmake (bug #27277)
This commit is contained in:
+4
-1
@@ -59,7 +59,10 @@ OPTION(DISABLE_TCL "Disable Tcl scripting language")
|
||||
OPTION(DISABLE_XFER "Disable Xfer plugin (file transfer and direct chat)")
|
||||
OPTION(DISABLE_DOC "Disable Doc")
|
||||
|
||||
ADD_SUBDIRECTORY( po )
|
||||
IF(NOT DISABLE_NLS)
|
||||
ADD_SUBDIRECTORY( po )
|
||||
ENDIF(NOT DISABLE_NLS)
|
||||
|
||||
ADD_SUBDIRECTORY( src )
|
||||
ADD_SUBDIRECTORY( doc )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user