cmake: Use upstream BoostConfig.cmake instead of cmake's own (#1387)

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
myrtle 2024-10-22 10:35:54 +02:00 committed by GitHub
parent cf42baa43b
commit f36a6571c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)