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
path: root/cmake
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2017-11-28 06:46:03 +0300
committerJanek Bevendorff <janek@jbev.net>2018-01-30 23:21:23 +0300
commit3e2443a8618a9c7a657f707b72f234c5aa038022 (patch)
treed73584876e860976cb6a59e1cd527cb12206911a /cmake
parentbed921c593cec4ec5b0311424cddb2ead420ea5c (diff)
Add support for nightly builds to release tool
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindArgon2.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindArgon2.cmake b/cmake/FindArgon2.cmake
index 5f196fc8d..c0fb53b41 100644
--- a/cmake/FindArgon2.cmake
+++ b/cmake/FindArgon2.cmake
@@ -18,7 +18,7 @@ if (MINGW)
# find static library on Windows, and redefine used symbols to
# avoid definition name conflicts with libsodium
find_library(ARGON2_SYS_LIBRARIES libargon2.a)
- message(STATUS "Patching libargon2...")
+ message(STATUS "Patching libargon2...\n")
execute_process(COMMAND objcopy
--redefine-sym argon2_hash=libargon2_argon2_hash
--redefine-sym argon2_error_message=libargon2_argon2_error_message