Re-allow build of programs for compatibility with Commit 082df7
This commit is contained in:
parent
5fe3408893
commit
c2675b4423
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
add_subdirectory( build_helpers )
|
||||
if( BUILD_BITSHARES_PROGRAMS )
|
||||
if( BUILD_PEERPLAYS_PROGRAMS )
|
||||
add_subdirectory( cli_wallet )
|
||||
add_subdirectory( genesis_util )
|
||||
add_subdirectory( witness_node )
|
||||
|
|
@ -7,4 +7,4 @@ if( BUILD_BITSHARES_PROGRAMS )
|
|||
add_subdirectory( delayed_node )
|
||||
add_subdirectory( js_operation_serializer )
|
||||
add_subdirectory( size_checker )
|
||||
endif( BUILD_BITSHARES_PROGRAMS )
|
||||
endif( BUILD_PEERPLAYS_PROGRAMS )
|
||||
|
|
|
|||
Loading…
Reference in a new issue