From 3e0770e18835714708860ba9fe1af04a932971ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 19 May 2017 19:53:02 +0200 Subject: Don't build the "tool" directory by default We don't need it in Mono. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e63c89f..296d0106 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -198,7 +198,9 @@ add_subdirectory(ssl) if(ENABLE_TESTS) add_subdirectory(ssl/test) endif() +if(ENABLE_TOOL) add_subdirectory(tool) +endif() if(ENABLE_DECREPIT) add_subdirectory(decrepit) endif() -- cgit v1.2.3