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:
Diffstat (limited to 'crypto/dh/CMakeLists.txt')
-rw-r--r--crypto/dh/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/dh/CMakeLists.txt b/crypto/dh/CMakeLists.txt
index f1e86162..2f3a6ded 100644
--- a/crypto/dh/CMakeLists.txt
+++ b/crypto/dh/CMakeLists.txt
@@ -11,6 +11,7 @@ add_library(
dh_asn1.c
)
+if(ENABLE_TESTS)
add_executable(
dh_test
@@ -21,3 +22,4 @@ add_executable(
target_link_libraries(dh_test crypto)
add_dependencies(all_tests dh_test)
+endif()