Build: Updated boost required to 1.55

This commit is contained in:
Vincent-Michael
2016-05-14 21:18:46 +02:00
parent 5cb2ca5c81
commit fe61770036

View File

@@ -26,7 +26,7 @@ if(WIN32)
set(Boost_USE_STATIC_RUNTIME OFF)
endif()
find_package(Boost 1.51 REQUIRED system filesystem thread program_options iostreams regex)
find_package(Boost 1.55 REQUIRED system filesystem thread program_options iostreams regex)
# Find if Boost was compiled in C++03 mode because it requires -DBOOST_NO_CXX11_SCOPED_ENUMS