Remove boost::filesystem where it is not needed

A two uses in CommonIO remain for the compiler (plus testing/tools use it extensively)
This commit is contained in:
Alex Beregszaszi
2020-05-11 11:19:11 +01:00
parent 5a6c7ad65f
commit c31a93b3f2
6 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ add_executable(soltest ${sources}
${libsolidity_util_sources}
${yul_phaser_sources}
)
target_link_libraries(soltest PRIVATE libsolc yul solidity yulInterpreter evmasm solutil Boost::boost Boost::program_options Boost::unit_test_framework evmc)
target_link_libraries(soltest PRIVATE libsolc yul solidity yulInterpreter evmasm solutil Boost::boost Boost::filesystem Boost::program_options Boost::unit_test_framework evmc)
# Special compilation flag for Visual Studio (version 2019 at least affected)