aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2021-07-28 00:38:54 +0200
committerselsta <selsta@sent.at>2021-08-01 15:47:11 +0200
commit0fecd7eb86694f9146933b37c93abf139e45b098 (patch)
treeaff5b2a54394164db8cf705117f5119475982a72
parentStop adding more outputs than bulletproof allows (diff)
downloadmonero-0fecd7eb86694f9146933b37c93abf139e45b098.tar.xz
blocks: fix cmake syntax
-rw-r--r--src/blocks/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blocks/CMakeLists.txt b/src/blocks/CMakeLists.txt
index 071ccd506..5eebaaa03 100644
--- a/src/blocks/CMakeLists.txt
+++ b/src/blocks/CMakeLists.txt
@@ -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()