We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0503a2f commit ae63267Copy full SHA for ae63267
CMakeLists.txt
@@ -530,9 +530,6 @@ else()
530
531
find_package(Boost 1.54 REQUIRED COMPONENTS ${BOOST_COMPONENTS})
532
add_dependency_includes(${Boost_INCLUDE_DIRS})
533
- if(WIN32 AND Boost_VERSION VERSION_LESS 106200)
534
- message(FATAL_ERROR "Building with MSVC needs Boost 1.62 with CXX11_CONSTEXPR support")
535
- endif()
536
537
find_package(TBB REQUIRED)
538
add_dependency_includes(${TBB_INCLUDE_DIR})
0 commit comments