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/rsa/CMakeLists.txt')
-rw-r--r--crypto/rsa/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/rsa/CMakeLists.txt b/crypto/rsa/CMakeLists.txt
index 969b753e..23db9a7a 100644
--- a/crypto/rsa/CMakeLists.txt
+++ b/crypto/rsa/CMakeLists.txt
@@ -12,6 +12,7 @@ add_library(
rsa_asn1.c
)
+if(ENABLE_TESTS)
add_executable(
rsa_test
@@ -21,4 +22,5 @@ add_executable(
)
target_link_libraries(rsa_test crypto)
-add_dependencies(all_tests rsa_test) \ No newline at end of file
+add_dependencies(all_tests rsa_test)
+endif() \ No newline at end of file