1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

blocks: fix cmake syntax

This commit is contained in:
selsta 2021-07-28 00:38:54 +02:00
parent 76824bf827
commit 0fecd7eb86
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -53,7 +53,7 @@ foreach(BLOB_NAME checkpoints testnet_blocks stagenet_blocks)
"-DINPUT_DAT_FILE=${CMAKE_CURRENT_SOURCE_DIR}/${INPUT_DAT_FILE}"
"-DBLOB_NAME=${BLOB_NAME}"
"-DOUTPUT_C_SOURCE=${CMAKE_CURRENT_BINARY_DIR}/${OUTPUT_C_SOURCE}"
"-P${GENERATOR}"
-P "${GENERATOR}"
)
endforeach()