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/poly1305/CMakeLists.txt')
-rw-r--r--crypto/poly1305/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/poly1305/CMakeLists.txt b/crypto/poly1305/CMakeLists.txt
index 1b6a8049..e1d5c746 100644
--- a/crypto/poly1305/CMakeLists.txt
+++ b/crypto/poly1305/CMakeLists.txt
@@ -20,6 +20,7 @@ add_library(
${POLY1305_ARCH_SOURCES}
)
+if(ENABLE_TESTS)
add_executable(
poly1305_test
@@ -29,3 +30,4 @@ add_executable(
target_link_libraries(poly1305_test crypto)
add_dependencies(all_tests poly1305_test)
+endif()