mirror of https://github.com/YosysHQ/nextpnr.git
cmake: Use upstream BoostConfig.cmake instead of cmake's own (#1387)
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
cf42baa43b
commit
f36a6571c1
|
|
@ -55,8 +55,6 @@ else()
|
||||||
set(BBASM_MODE "string")
|
set(BBASM_MODE "string")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(Boost_NO_BOOST_CMAKE ON)
|
|
||||||
|
|
||||||
find_package(Threads)
|
find_package(Threads)
|
||||||
if (Threads_FOUND)
|
if (Threads_FOUND)
|
||||||
find_package(TBB QUIET)
|
find_package(TBB QUIET)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue