Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-05-19 20:53:02 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-05-19 20:53:02 +0300
commit3e0770e18835714708860ba9fe1af04a932971ff (patch)
tree09ef3431b470a8524d0a7934bfe10552c462c196
parentc06ac6b33d3e7442ad878488b9d1100127eff998 (diff)
Don't build the "tool" directory by default
We don't need it in Mono.
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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()