forked from lthn/blockchain
added boost version verification in source code
This commit is contained in:
parent
9a816a090d
commit
77100b462e
1 changed files with 5 additions and 0 deletions
|
|
@ -29,6 +29,11 @@
|
|||
#define BOOST_FILESYSTEM_VERSION 3
|
||||
#define ENABLE_RELEASE_LOGGING
|
||||
|
||||
#if BOOST_VERSION < 107500
|
||||
#error "Boost version 1.75.0 or newer is required for zano-node-util."
|
||||
#endif
|
||||
|
||||
#include "misc_log_ex.h"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue