You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to get libboost-headers (or equivalent; i.e. without any binaries) as well as a BoostConfig.cmake file?
We develop tooling with a header-only core and use conda-forge/libboost-headers to install the installed Boost headers as a dependency (for Windows). Up until recently, that has worked just fine. Recently, however, CMake has decided to phase out FindBoost.cmake. That means that we are unfortunately forced to either:
explicitly set the associated CMake Policy CMP0167 to OLD
This policy is deprecated and might be removed entirely in the future
This is much larger and contains many unnecessary binaries.
It would be great if we could have a libboost-headers-devel (or similar), that's compatible with both the most recent CMake policy and the smaller dependency size.
I am willing to contribute myself if needed.
The text was updated successfully, but these errors were encountered:
Comment:
Is there a way to get
libboost-headers
(or equivalent; i.e. without any binaries) as well as aBoostConfig.cmake
file?We develop tooling with a header-only core and use
conda-forge/libboost-headers
to install the installed Boost headers as a dependency (for Windows). Up until recently, that has worked just fine. Recently, however, CMake has decided to phase outFindBoost.cmake
. That means that we are unfortunately forced to either:OLD
libboost-devel
It would be great if we could have a
libboost-headers-devel
(or similar), that's compatible with both the most recent CMake policy and the smaller dependency size.I am willing to contribute myself if needed.
The text was updated successfully, but these errors were encountered: