summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-12 22:31:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-12 23:06:12 +0900
commitcb6ab29237eae830766f2b897e4cc04319cf7ef2 (patch)
treec0cd3a862c4ceb33dc29210b4d59d30cfa404e66 /CMakeLists.txt
parent9aec3e38dc0bbf45ff05b92c20d078d50a747ef6 (diff)
downloadavahi-tqt-r14.1.x.tar.gz
avahi-tqt-r14.1.x.zip
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYr14.1.3r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 68f284461f4bd0698f59f5d77f5d1295d72a124c)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index be9669c..6816cd0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,7 +75,7 @@ message( STATUS " found ${AVAHI_COMMON}" )
if( WITH_GCC_VISIBILITY )
tde_setup_gcc_visibility( )
- add_definitions( -D__KDE_HAVE_GCC_VISIBILITY )
+ add_definitions( -D__TDE_HAVE_GCC_VISIBILITY )
endif( )