diff options
Diffstat (limited to 'cmake/config.hpp.cmake')
-rw-r--r-- | cmake/config.hpp.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/config.hpp.cmake b/cmake/config.hpp.cmake index 3e32dd92..e87bf9d9 100644 --- a/cmake/config.hpp.cmake +++ b/cmake/config.hpp.cmake @@ -16,10 +16,6 @@ #define VMIME_VERSION "@VMIME_VERSION@" #define VMIME_API "@VMIME_API_VERSION@" -// Target OS and architecture -#define VMIME_TARGET_ARCH "@CMAKE_TARGET_ARCHITECTURES@" -#define VMIME_TARGET_OS "@CMAKE_SYSTEM_NAME@" - // Set to 1 if debugging should be activated #define VMIME_DEBUG @VMIME_DEBUG@ |