From 041854731cffa62bbe2684d67ed47153505527ae Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 13 Mar 2017 18:45:26 +0100 Subject: [PATCH] Issue #167: don't build samples by default. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )