lyx_mirror/development
Kornel Benko 53084dbfd8 CMake: in Hunspell ABI check only link if external
(Thanks Scott for the patch and comment)

For the HAVE_HUNSPELL_CXXABI check, only test a (real) link command
if an external libhunspell is used or if macOS is used (see
350a9daf). If the bundled libhunspell is used, it has not been built
yet at the point of the initial cmake command.

This commit fixes an issue when the bundled Hunspell is desired.
Before, the test command would still attempt to link to the system
hunspell library. Even if the system library is available, there
could be problems if there is a mismatch of the CXX ABI. And
finally, even if the system library is available and there is no
mismatch, compiling the test file with Clang and -stdlib=libc++
seems to cause a failure when linking with the system Hunspell
library.
2021-01-20 09:39:03 +01:00
..
attic Rename XHTMLStream to XMLStream, move it to another file, and prepare for DocBook adoption. 2020-06-15 13:01:56 +02:00
autotests Cmake tests: findadv-01 - findadv-21 working 2021-01-17 14:30:34 +01:00
batchtests Cmake batch tests: Export changed (Added empty line) 2020-12-09 10:54:56 +01:00
checksigs Update of signatures homekeeping. 2021-01-15 14:50:18 +01:00
checkurls Cmake build: Check for perl before use 2020-11-14 00:34:20 +01:00
CI
cmake CMake: in Hunspell ABI check only link if external 2021-01-20 09:39:03 +01:00
coding Change name and email in some other files 2020-12-05 17:39:46 -05:00
cygwin Amend(5) 689f26d2: Revert changes in development/cygwin/lyxrc.dist.in 2020-04-19 11:39:10 +02:00
HTML
keystest
lyxserver Update the server_monitor example client to Qt5 2018-08-07 17:47:50 +02:00
MacOSX Update documentation 2020-12-29 12:03:05 -05:00
tools No need to specify qt5 2020-10-26 15:29:21 -04:00
unix Amend(4) 689f26d2: Add default path to server pipe (cmake build) 2020-04-18 22:26:56 +02:00
Win32 Wininstaller: remove (old) installer, installer2 becomes (new) installer 2021-01-12 17:33:44 +01:00
.gitignore
coverity_modeling.cpp
DocBookToDo DocBook: implement theorems. 2020-09-19 20:43:40 +02:00
expectedTestFailures
FORMAT Branch: Implement separate static colors in dark mode 2021-01-19 17:04:04 +01:00
LyX-Mac-binary-release.sh Add support for lilypond with LyX on Mac 2020-08-03 17:44:22 +02:00
LyX-Mac-frameworks-template.plist Create private frameworks on Mac with standard conforming internal structure 2020-02-20 10:46:22 +01:00
lyx.package.README
lyx.rpm.README
lyx.spec.in
Makefile.am Distribution: Added some missing files 2020-10-25 16:38:00 +01:00
PAINTING_ANALYSIS Honor Update::SinglePar properly 2019-02-20 14:41:22 +01:00
TestsToDo