Age | Commit message (Collapse) | Author | Files | Lines |
|
FindIntl was added with CMake 3.2 and can be used to find the Gettext
libintl headers and libraries.
I've removed special handling of Solaris, which explicitly added linking
to 'intl' and added '/usr/local/lib' include path. It can be easily
restored if necessary, once somebody tries to compile Mana on Solaris.
|
|
It seems the implementation of PhysicsFS RWops shipped requires a
somewhat up-to-date PhysFS (beyond just a missing PHYSFS_DECL macro).
Also simplified CMake files somewhat, enabling new behavior for some
policies that were triggering warnings. And removed the no longer used
FindSDL_gfx.cmake module (SDL_gfx is found using pkg-config since
2c51c98625b225cecfb9628c30d62d4e30f7e3e1).
|
|
The guichan/widgetlistener.hpp file presence is now checked for both
autotools and cmake.
This resolves TMW-Mantis: #503
Reviewed-by: Jaxad0127
|
|
- Removed grossly broken special handling of Darwin. On a sane OS-X install
(in case something like this exists) it should just work without special
treatment. On an insane install the old state surely wasn't any help.
- Adjusted indent (spaces instead of tabs) and syntax (shorter if/else) to
match the one used throughout the other CMake files
Reviewed-by: Thorbjørn Lindeijer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|