Closed xdmiodz closed 9 years ago
To name a boost library one should use Boost_<C>_LIBARARY, not Boost_<C>_LIBRARIES, see http://www.cmake.org/cmake/help/v3.0/module/FindBoost.html
Boost_<C>_LIBARARY
Boost_<C>_LIBRARIES
Alternatively, Boost_LIBRARIES can be used to name all boost components previously listed in find_packages()
fix for #13
CI fails with the following
CMake 2.8.10 or higher is required. You are running version 2.8.7
I'm not sure that my change causes it
Thanks for looking into this!
To name a boost library one should use
Boost_<C>_LIBARARY
, notBoost_<C>_LIBRARIES
, see http://www.cmake.org/cmake/help/v3.0/module/FindBoost.htmlAlternatively, Boost_LIBRARIES can be used to name all boost components previously listed in find_packages()