From 29857b87efdec4ed6a4adb8162d2428460eec53a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 7 Jun 2017 03:55:46 +0200 Subject: cmake: cleanup We now inherit parent process' console. No need for the cmake cache option. --- compat/linkage-macros.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'compat') diff --git a/compat/linkage-macros.hpp b/compat/linkage-macros.hpp index b9bc9801..460e7ee5 100644 --- a/compat/linkage-macros.hpp +++ b/compat/linkage-macros.hpp @@ -7,9 +7,3 @@ # define OTR_GENERIC_EXPORT __attribute__ ((visibility ("default"))) # define OTR_GENERIC_IMPORT #endif - -#if defined _MSC_VER -# define OTR_GENERIC_TEMPLATE -#else -# define OTR_GENERIC_TEMPLATE __attribute__ ((visibility ("default"))) -#endif -- cgit v1.2.3