Revert "Merge pull request #4472"

This reverts commit 79d46c4d55, reversing
changes made to c9fc61dbb5.
This commit is contained in:
Riccardo Spagni 2018-10-08 21:39:54 +02:00
parent 3f2bfe87f7
commit ac5674524a
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
17 changed files with 185 additions and 113 deletions

View file

@ -58,6 +58,12 @@ endif()
set(device_private_headers)
if(PER_BLOCK_CHECKPOINT)
set(Blocks "blocks")
else()
set(Blocks "")
endif()
monero_private_headers(device
${device_private_headers})
@ -73,4 +79,5 @@ target_link_libraries(device
ringct_basic
${OPENSSL_CRYPTO_LIBRARIES}
PRIVATE
${Blocks}
${EXTRA_LIBRARIES})