diff options
author | Vincent Richard <[email protected]> | 2017-04-26 17:07:24 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2017-04-26 17:07:24 +0000 |
commit | 8146d80e0c7fbfa0040872ed91d3224759f78205 (patch) | |
tree | c2c1c8b846db22ca5e3709c73e48297450564626 /cmake | |
parent | Merge pull request #169 from 0xd34df00d/master (diff) | |
download | vmime-8146d80e0c7fbfa0040872ed91d3224759f78205.tar.gz vmime-8146d80e0c7fbfa0040872ed91d3224759f78205.zip |
Removed unused VMIME_TARGET_* defines.
Diffstat (limited to '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@ |