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
has broken the ability for the so3g package to get boost linking information by using the build/cmake-install/Spt3gConfig.cmake file. Can you give more information about what problem that was trying to fix? I have not yet dug into this any deeper to see why the various Boost::filesystem, Boost::python, etc are no longer available, but thought I would try to get more information about this change first.
The text was updated successfully, but these errors were encountered:
Interesting, how do you install boost, what version are you using, and what are the errors you get? Newer boost versions ship with their own cmake config files that are supposed to provide the same variables and targets, and newer versions of cmake issue lots of warnings about potential mismatches if the cmake find module is used instead of the boost config. This flag just suppresses that warning and tries to use the config if it can find it.
Hello @arahlin , just a heads up that the recent change to
Spt3gBoostPython.cmake
:spt3g_software/cmake/Spt3gBoostPython.cmake
Line 54 in a64249c
has broken the ability for the
so3g
package to get boost linking information by using thebuild/cmake-install/Spt3gConfig.cmake
file. Can you give more information about what problem that was trying to fix? I have not yet dug into this any deeper to see why the variousBoost::filesystem
,Boost::python
, etc are no longer available, but thought I would try to get more information about this change first.The text was updated successfully, but these errors were encountered: