aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortholdawa <[email protected]>2014-01-22 19:27:46 +0000
committertholdawa <[email protected]>2014-01-22 19:27:46 +0000
commit66628d1fc5bfb5bec25e4ddbf650827454e03a0a (patch)
treed3ca68d725ffab8c8e4b72d3922ae261b3b2fa14
parentIMAPMessage::processFetchResponse was attempting to set Cc and Bcc header fie... (diff)
parentFixed build of examples. (diff)
downloadvmime-66628d1fc5bfb5bec25e4ddbf650827454e03a0a.tar.gz
vmime-66628d1fc5bfb5bec25e4ddbf650827454e03a0a.zip
Merge remote-tracking branch 'upstream/master'
-rw-r--r--CMakeLists.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 25f74e64..b08d7c79 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -340,10 +340,6 @@ OPTION(
ON
)
-IF(VMIME_BUILD_SAMPLES)
- ADD_SUBDIRECTORY(examples)
-ENDIF()
-
##############################################################################
# Packaging / Distribution
@@ -1064,6 +1060,14 @@ IF(VMIME_HAVE_MESSAGING_PROTO_SENDMAIL)
ENDIF()
+##############################################################################
+# Build examples
+
+IF(VMIME_BUILD_SAMPLES)
+ ADD_SUBDIRECTORY(examples)
+ENDIF()
+
+
# Set our configure file
CONFIGURE_FILE(cmake/config.hpp.cmake ${CMAKE_SOURCE_DIR}/src/vmime/config.hpp)