EttusResearch / uhd

The USRP™ Hardware Driver Repository
http://uhd.ettus.com
Other
976 stars 655 forks source link

fix UHDAtomics.cmake to read custom Boost install prefix #633

Closed icyveins7 closed 1 year ago

icyveins7 commented 2 years ago

Pull Request Details

Description

This fixes a CMake build issue with custom prefix-installed Boost libraries.

Related Issue

Resolves #632

Which devices/areas does this affect?

NA, this is a build issue.

Testing Done

CMake proceeds.

Checklist

github-actions[bot] commented 2 years ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

icyveins7 commented 2 years ago

I have read the CLA Document and I hereby sign the CLA

icyveins7 commented 2 years ago

recheck

chockey commented 2 years ago

For what it's worth, I have the same compile problem and had applied this exact same fix to my local tree to fix it before finding this PR

mbr0wn commented 1 year ago

I'm putting this into our internal review/CI queue.

mbr0wn commented 1 year ago

Thanks for this fix!