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/base64/CMakeLists.txt')
-rw-r--r--crypto/base64/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/base64/CMakeLists.txt b/crypto/base64/CMakeLists.txt
index 15ee6916..affcb482 100644
--- a/crypto/base64/CMakeLists.txt
+++ b/crypto/base64/CMakeLists.txt
@@ -8,6 +8,7 @@ add_library(
base64.c
)
+if(ENABLE_TESTS)
add_executable(
base64_test
@@ -18,3 +19,4 @@ add_executable(
target_link_libraries(base64_test crypto)
add_dependencies(all_tests base64_test)
+endif()