diff options
author | Vincent Richard <[email protected]> | 2017-03-13 17:45:26 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2017-03-13 17:45:26 +0000 |
commit | 041854731cffa62bbe2684d67ed47153505527ae (patch) | |
tree | 9fdbf98793ee2bd406dc4500ef9bbca3b4e66437 | |
parent | Issue #166: fixed include paths. (diff) | |
download | vmime-041854731cffa62bbe2684d67ed47153505527ae.tar.gz vmime-041854731cffa62bbe2684d67ed47153505527ae.zip |
Issue #167: don't build samples by default.
-rw-r--r-- | CMakeLists.txt | 2 |
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 ) |