Skip to content

Fix boost issue in standalone compile

MR for issue 191.

The fix for MacOS based systems is as follows: A line was added to the CAFCore CMakelists.txt file where the environment variable 'BOOST_INCLUDE_DIR' is read. It needs to be specified by the user and should point to the local directory containing the boost header files. Cmake will throw a warning if the relevant boost headers are not found and reminds the user to set this environment variable.

This is only a short term solution. Ultimately, it would be nice to get rid of the boost dependency again.

Merge request reports