YosysHQ / nextpnr

nextpnr portable FPGA place and route tool
ISC License
1.32k stars 245 forks source link

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

Closed gatecat closed 1 month ago

gatecat commented 1 month ago

Fixes #1384

This seems to be a very old workaround forcing it to use the old approach that hopefully isn't needed any more on any of the systems we support.

whitequark commented 1 month ago

Oh, this might break Wasm.

gatecat commented 1 month ago

I can make it conditional on non-WASM builds?

whitequark commented 1 month ago

Let's just merge it and if it breaks I'll fix it in the Wasm scripts.