Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Bertrand Varin <louisv@unito.io>2017-02-03 01:54:39 +0300
committerLouis-Bertrand Varin <louisbvarin@gmail.com>2017-03-16 17:09:50 +0300
commit992d8a90c746f31ba77ada572d1e1c88ab299d79 (patch)
tree0cc1a23fbe87d4c764b837a5e1c722ff46c1212e /CMakeLists.txt
parent9b92e7f8e8fe6438f7916832ede22bdb9b22bdae (diff)
Migrate entropy-meter to keepassxc-cli
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e7d22312f..3dd435553 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -254,7 +254,6 @@ include(FeatureSummary)
add_subdirectory(src)
add_subdirectory(share)
-add_subdirectory(utils)
if(WITH_TESTS)
add_subdirectory(tests)
endif(WITH_TESTS)