Skip to content

Commit

Permalink
fix the CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lelecommit committed Jul 1, 2020
1 parent a53261a commit 4a72839
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ set( CXX_STANDARD_REQUIRED ON)

set( LOAD_TXID_PLUGIN 0)
set( LOAD_ELASTICSEARCH_PLUGIN 0)
set( LOAD_OP_PLUGIN 1)
if(LOAD_OP_PLUGIN)
add_definitions(-DQUERY_OP_PLUGIN_HPP)
set( QUERY_OP graphene_query_op)
set( LOAD_ACCOUNT_HISTORY_LEVELDB_PLUGIN 0)
if(LOAD_ACCOUNT_HISTORY_LEVELDB_PLUGIN)
add_definitions(-DACCOUNT_HISTORY_LEVELDB_PLUGIN_HPP)
set( ACCOUNT_HISTORY_LEVELDB graphene_account_history_leveldb)
endif()
if(LOAD_TXID_PLUGIN)
add_definitions(-DQUERY_TXID_PLUGIN_HPP)
Expand Down

0 comments on commit 4a72839

Please sign in to comment.