diff options
author | Vincent Richard <[email protected]> | 2014-05-27 19:59:37 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2014-05-27 19:59:37 +0000 |
commit | b5d26604ef239c197ef59f4e1088fb331a0bdc2a (patch) | |
tree | b67a3b3f3a68011206b02f1d45e5287af6fef1e5 /test-outsourced-build.sh | |
parent | Merge branch 'master' of https://github.com/kisli/vmime (diff) | |
download | vmime-b5d26604ef239c197ef59f4e1088fb331a0bdc2a.tar.gz vmime-b5d26604ef239c197ef59f4e1088fb331a0bdc2a.zip |
Use string option instead of mutually exclusive bool options for charset and TLS library.
Diffstat (limited to 'test-outsourced-build.sh')
-rwxr-xr-x | test-outsourced-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-outsourced-build.sh b/test-outsourced-build.sh index 1700a30b..ac07288d 100755 --- a/test-outsourced-build.sh +++ b/test-outsourced-build.sh @@ -5,7 +5,7 @@ cd _build rm -f ../CMakeCache.txt ../src/vmime/config.hpp ../src/vmime/export-static.hpp ../src/vmime/export-shared.hpp #cmake .. -DCMAKE_INSTALL_PREFIX=../_install -DVMIME_BUILD_SHARED_LIBRARY=NO #cmake .. -DCMAKE_INSTALL_PREFIX=../_install -DVMIME_BUILD_TESTS=YES -cmake .. -DCMAKE_INSTALL_PREFIX=../_install -DVMIME_BUILD_TESTS=YES -DVMIME_BUILD_SAMPLES=YES -DVMIME_TLS_SUPPORT_LIB_IS_OPENSSL=ON -DVMIME_TLS_SUPPORT_LIB_IS_GNUTLS=OFF -DCMAKE_BUILD_TYPE=Debug +cmake .. -DCMAKE_INSTALL_PREFIX=../_install -DVMIME_BUILD_TESTS=YES -DVMIME_BUILD_SAMPLES=YES -DVMIME_TLS_SUPPORT_LIB=openssl -DCMAKE_BUILD_TYPE=Debug cmake .. -L make make install |