cmake: Use upstream BoostConfig.cmake instead of cmake's own

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2024-10-22 09:54:35 +02:00
parent cf42baa43b
commit b4b666cc39

View File

@ -55,8 +55,6 @@ else()
set(BBASM_MODE "string")
endif()
set(Boost_NO_BOOST_CMAKE ON)
find_package(Threads)
if (Threads_FOUND)
find_package(TBB QUIET)