Skip to content

Commit ae63267

Browse files
author
Denis Chaplygin
committed
Removed CONSTEXPR requirement for a boost, as we need at least c++14 for rest of the code.
1 parent 0503a2f commit ae63267

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -530,9 +530,6 @@ else()
530530

531531
find_package(Boost 1.54 REQUIRED COMPONENTS ${BOOST_COMPONENTS})
532532
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()
536533

537534
find_package(TBB REQUIRED)
538535
add_dependency_includes(${TBB_INCLUDE_DIR})

0 commit comments

Comments
 (0)