From 75b90b157cbbbb6c9cba09b15718e241a3b7eee0 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 3 Aug 2015 07:05:40 -0500 Subject: MSVC is not yet ready to build all of the tests --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e4f9bb..2734bad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -147,4 +147,6 @@ add_subdirectory(crypto) add_subdirectory(ssl) add_subdirectory(apps) add_subdirectory(tls) -add_subdirectory(tests) +if(NOT MSVC) + add_subdirectory(tests) +endif() -- cgit v1.2.3-55-g6feb