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