Skip to content

Commit

Permalink
cmake format sanitization
Browse files Browse the repository at this point in the history
  • Loading branch information
Russel committed Aug 6, 2021
1 parent a49ea9d commit 020e654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -686,8 +686,8 @@ if(NANO_GUI OR RAIBLOCKS_GUI)
endif()

set_target_properties(
qt nano_wallet
PROPERTIES COMPILE_FLAGS "-DQT_NO_KEYWORDS -DBOOST_ASIO_HAS_STD_ARRAY=1")
qt nano_wallet PROPERTIES COMPILE_FLAGS
"-DQT_NO_KEYWORDS -DBOOST_ASIO_HAS_STD_ARRAY=1")

if(NANO_TEST OR RAIBLOCKS_TEST)
add_executable(qt_test nano/qt_test/entry.cpp nano/qt_test/qt.cpp)
Expand Down

0 comments on commit 020e654

Please sign in to comment.