mirror of
https://github.com/monero-project/monero.git
synced 2025-08-05 11:04:17 -04:00
Revert "Merge pull request #4472"
This reverts commit79d46c4d55
, reversing changes made toc9fc61dbb5
.
This commit is contained in:
parent
3f2bfe87f7
commit
ac5674524a
17 changed files with 185 additions and 113 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue