Skip to content

Commit

Permalink
merging
Browse files Browse the repository at this point in the history
  • Loading branch information
coranos committed Feb 27, 2024
1 parent 631bbb1 commit b408f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nano/nano_node/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ include_directories(${CMAKE_SOURCE_DIR}/submodules)

target_compile_definitions(
bananode PRIVATE -DTAG_VERSION_STRING=${TAG_VERSION_STRING}
-DGIT_COMMIT_HASH=${GIT_COMMIT_HASH})
-DGIT_COMMIT_HASH=${GIT_COMMIT_HASH})

set_target_properties(
bananode PROPERTIES COMPILE_FLAGS
"-DQT_NO_KEYWORDS -DBOOST_ASIO_HAS_STD_ARRAY=1")
"-DQT_NO_KEYWORDS -DBOOST_ASIO_HAS_STD_ARRAY=1")

add_custom_command(
TARGET bananode
Expand Down

0 comments on commit b408f4a

Please sign in to comment.