aboutsummaryrefslogtreecommitdiffstats
path: root/test-outsourced-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test-outsourced-build.sh')
-rwxr-xr-xtest-outsourced-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-outsourced-build.sh b/test-outsourced-build.sh
index 6858beec..11d6732c 100755
--- a/test-outsourced-build.sh
+++ b/test-outsourced-build.sh
@@ -5,7 +5,7 @@ cd _build
rm -f ../CMakeCache.txt ../vmime/config.hpp ../vmime/export-static.hpp ../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_TLS_SUPPORT_LIB_IS_OPENSSL=ON -DVMIME_TLS_SUPPORT_LIB_IS_GNUTLS=OFF -DCMAKE_BUILD_TYPE=Release
+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=Release
cmake .. -L
make
make install