set gettext to "required" since it really is...
This commit is contained in:
parent
14ea12f732
commit
0ce483891c
1 changed files with 3 additions and 1 deletions
|
@ -28,7 +28,9 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
|
|||
find_package( SDL 1.2.7 REQUIRED )
|
||||
find_package( Boost 1.33 REQUIRED COMPONENTS iostreams regex )
|
||||
find_package( PkgConfig REQUIRED )
|
||||
find_package( Gettext )
|
||||
# yes, gettext is *required* even when NLS is deactivated (this is to compile
|
||||
# src/gettext.cpp since it includes libintl.h)
|
||||
find_package( Gettext REQUIRED )
|
||||
find_package( FriBiDi )
|
||||
find_package( PythonInterp 2.4 )
|
||||
find_package( PythonCustom )
|
||||
|
|
Loading…
Add table
Reference in a new issue