aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2017-03-13 17:45:26 +0000
committerVincent Richard <[email protected]>2017-03-13 17:45:26 +0000
commit041854731cffa62bbe2684d67ed47153505527ae (patch)
tree9fdbf98793ee2bd406dc4500ef9bbca3b4e66437
parentIssue #166: fixed include paths. (diff)
downloadvmime-041854731cffa62bbe2684d67ed47153505527ae.tar.gz
vmime-041854731cffa62bbe2684d67ed47153505527ae.zip
Issue #167: don't build samples by default.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 39afff73..fdc565de 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -344,7 +344,7 @@ ENDIF()
OPTION(
VMIME_BUILD_SAMPLES
"Build samples (in 'examples' directory)"
- ON
+ OFF
)