Kornel Benko
8d79860ea7
Cmake build: Handle deprecated cmake versions
...
The warning says:
CMake Deprecation Warning at .../CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Spotted by Scott Kostyshak
2024-04-02 09:22:53 +02:00
Kornel Benko
bce49b877e
Cmake build: Remove references to remowed hunspell directories
...
Amends d04a8cf5
2020-12-21 09:11:48 +01:00
Kornel Benko
7a02c02c18
Cmake build: Amend b399cfc7
...
Re-allow also the previous include, so that it is now
possible to use
#include <hunspell.hxx>
and also
#include <hunspell/hunspell.hxx>
2020-03-07 13:51:50 +01:00
Kornel Benko
b399cfc7a2
Cmake build: Use correct include if using internal hunspell
...
This way also "HAVE_HUNSPELL_CXXABI" is correctly set to 1
2020-02-28 21:48:54 +01:00
Kornel Benko
3a29ba795d
Cmake build: Select use of interprocedural optimization
...
New cmake-option to explicit select/deselect the IPO
2019-12-17 13:59:52 +01:00
Kornel Benko
c9c86b4966
Cmake build: Remove warnings about deprecated policy CMP0069
...
Deprecated since cmake version 3.16
(Now explicitly enable/disable interprocedural optimization
if supported and not debugging)
2019-11-09 16:56:16 +01:00
Kornel Benko
e4d30dd7f6
Cmake build: Disable interprocedural optimization if debugging
2019-07-30 15:19:56 +02:00
Kornel Benko
cf980435b1
Amend c3484fa6
, adapt cmake-build to new hunspell-version
2019-06-12 19:29:46 +02:00
Kornel Benko
7d021a938c
Cmake build: Use interprocedural optimization if possible
...
With gnu compilers this adds -flto and -fno-fat-lto-objects
to compiler and linker flags.
2019-04-22 18:53:49 +02:00
Juergen Spitzmueller
fe4e29a642
Remove files that are no longer in the tree.
2017-09-18 20:01:27 +02:00
Juergen Spitzmueller
3b89cd9c28
Update internal Hunspell to latest release (1.6.2)
2017-09-18 18:12:21 +02:00
Peter Kümmel
3bd2cfecf0
move 3rdparty dir out of src/
2015-12-15 13:20:13 +01:00