diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-06 16:06:20 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-08 16:28:13 +0100 |
commit | a4cbbd1ec376b94577b17f1d0f5d9cdb2aefdf73 (patch) | |
tree | 4d471999f0eacde50d2f277f0abaf44c39a8daf7 /config.h.cmake | |
parent | 8d464c8f6c082cb79b8d8d90e07fa5b54d414b54 (diff) | |
download | tqscintilla-a4cbbd1ec376b94577b17f1d0f5d9cdb2aefdf73.tar.gz tqscintilla-a4cbbd1ec376b94577b17f1d0f5d9cdb2aefdf73.zip |
cmake: Setting the WITH_GCC_VISIBILITY option has no effect.
Hidden visibility has always been activated depending on the
version of the compiler, regardless of WITH_GCC_VISIBILITY value.
The config.h file generated during configuration was not used at all.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0c5e20bde1f26abf843fd1c71448b5210b9f350a)
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake index 4064b66..61ede3a 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,7 +1,7 @@ #define VERSION "@VERSION@" // Defined if you have fvisibility and fvisibility-inlines-hidden support. -#cmakedefine __TDE_HAVE_GCC_VISIBILITY 1 +#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ |