diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt index 6b7a1c4..b141e62 100644 --- a/utils/CMakeLists.txt +++ b/utils/CMakeLists.txt @@ -1,7 +1,3 @@ -if(MSVC) - add_definitions(/DNOMINMAX) -endif() - find_package(Boost REQUIRED COMPONENTS filesystem program_options system) set(block_util_headers block_cmd_parser.hpp block_dumper.hpp block_input.hpp data_parsers.hpp helpers/command_line.hpp) |