fixed building of translations with cmake
This commit is contained in:
parent
bc2f6ff923
commit
ca17047d07
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ option(ENABLE_GAME "Enable compilation of the game" ON)
|
|||
option(ENABLE_CAMPAIGN_SERVER "Enable compilation of campaign(add-ons) server")
|
||||
option(ENABLE_SERVER "Enable compilation of MP server" ON)
|
||||
option(ENABLE_TESTS "Build unit tests")
|
||||
option(ENABLE_NLS "Enable building of translations" ENABLE_GAME)
|
||||
option(ENABLE_NLS "Enable building of translations" ${ENABLE_GAME})
|
||||
option(ENABLE_OMP "Enables OpenMP, and has additional dependencies" OFF)
|
||||
option(ENABLE_LIBPNG "Enable support for writing png files (screenshots, images)" ON)
|
||||
option(ENABLE_HISTORY "Enable using GNU history for history in lua console" ON)
|
||||
|
|
Loading…
Add table
Reference in a new issue