Add libsodium to the packages, the arm build was complaining about it.

Fixup arm toolchain file.
This commit is contained in:
TheCharlatan 2018-09-10 23:22:41 +02:00 committed by wowario
parent 1fe0fbdf64
commit 86f56d1463
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111
4 changed files with 35 additions and 8 deletions

View file

@ -434,8 +434,6 @@ add_definition_if_function_found(strptime HAVE_STRPTIME)
add_definitions(-DAUTO_INITIALIZE_EASYLOGGINGPP)
# Generate header for embedded translations
#add_subdirectory(translations)
#=======
# Generate header for embedded translations, use target toolchain if depends, otherwise use the
# lrelease and lupdate binaries from the host
include(ExternalProject)
@ -445,7 +443,6 @@ ExternalProject_Add(generate_translations_header
STAMP_DIR ${LRELEASE_PATH}
CMAKE_ARGS -DLRELEASE_PATH=${LRELEASE_PATH}
INSTALL_COMMAND cmake -E echo "")
#>>>>>>> b1f43170... Add lrelease to the depends
include_directories("${CMAKE_CURRENT_BINARY_DIR}/translations")
add_subdirectory(external)