mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 10:09:49 +00:00
fixed building of translations with cmake
This commit is contained in:
parent
bc2f6ff923
commit
ca17047d07
@ -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…
x
Reference in New Issue
Block a user