Skip to content

Commit

Permalink
Remove multiprecision component from Boost configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Sep 27, 2024
1 parent 42a18ed commit cbc7518
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,11 @@ set(_BOOST_USED_COMPONENTS
serialization
system
thread
multiprecision
CACHE STRING "Components" FORCE)
if(OPENMIND_USE_VCPKG)
set(_BOOST_USED_COMPONENTS ${_BOOST_USED_COMPONENTS}
boost
compute
multiprecision
CACHE STRING "Components" FORCE)
endif(OPENMIND_USE_VCPKG)
if(BUILD_TESTS OR OPENMIND_BUILD_TESTS OR _IS_DEBUG OR NOT CMAKE_BUILD_TYPE)
Expand Down

0 comments on commit cbc7518

Please sign in to comment.