<akhunti1[m]>
> <@ryan:ratml.org> if CMake is not finding Boost successfully, make sure it's installed on the machine, and if you installed it to a custom directory you might try specifying the `BOOST_ROOT` option to CMake
<akhunti1[m]>
* Hi rcurtin i tried your suggested approach. set(BOOST\_ROOT "mlpack-3/boost\_1\_55\_0")
<akhunti1[m]>
find\_package(Boost REQUIRED COMPONENTS serialization) but still get this error [ Could NOT find Boost (missing: Boost_INCLUDE_DIR serialization) ]