Skip to content

Commit

Permalink
fixed building wesnothd without game
Browse files Browse the repository at this point in the history
thanks mr_bones_ for reporting the issue
  • Loading branch information
ivanovic committed Jan 20, 2015
1 parent 9514710 commit a41e5e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Expand Up @@ -597,6 +597,14 @@ if(ENABLE_GAME)

endif(ENABLE_GAME)

if(ENABLE_SERVER)
if(ENABLE_BOOST_FILESYSTEM AND NOT ENABLE_PANDORA)
find_package( Boost 1.44 REQUIRED COMPONENTS filesystem )
find_package( Boost 1.48 REQUIRED COMPONENTS locale )
endif(ENABLE_BOOST_FILESYSTEM AND NOT ENABLE_PANDORA)
endif(ENABLE_SERVER)


if(ENABLE_POT_UPDATE_TARGET)
find_package(TranslationTools REQUIRED)
endif(ENABLE_POT_UPDATE_TARGET)
Expand Down
1 change: 1 addition & 0 deletions changelog
Expand Up @@ -65,6 +65,7 @@ Version 1.12.0+dev:
(bug #18926).
* Disallowed toggling Delayed Shroud Updates when not the player's turn as
it causes OOS.
* Fixed problems building wesnothd using cmake if not building the game

Version 1.12.0:
* Language and i18n:
Expand Down

0 comments on commit a41e5e3

Please sign in to comment.