diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-13 15:11:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-28 20:31:40 +0900 |
commit | f9942e8b46d1a774a86281a54a3dac1b7db14b5c (patch) | |
tree | be205b25868498bc5d7d3e42c1a46497bd0db73c /ConfigureChecks.cmake | |
parent | 4d658898f077e49ff002f991bf2183da8ae9790f (diff) | |
download | tde-style-qtcurve-r14.1.x.tar.gz tde-style-qtcurve-r14.1.x.zip |
Setup gcc visibility and clean up cmake files. This resolves issue #22.r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fb0b605dc2d0f5bc24dcf7d414d40b985fe07937)
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 2b4b88f..0e57d4f 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -1,4 +1,4 @@ -################################################# +########################################### # # (C) 2010 Serghei Amelian # serghei (DOT) amelian (AT) gmail.com @@ -7,7 +7,7 @@ # # This file is released under GPL >= 2 # -################################################# +########################################### # required stuff |