Can someone tell me why I cannot succeed in including Boost in CMake. I have problem when I configure in CMake.
Asked
Active
Viewed 1,415 times
0
-
1Boost.Filesystem is not a header-only library. Verify that it has been compiled and that `BOOST_LIBRARYDIR` is set to the directory containing the compiled library. – Tanner Sansbury Oct 26 '14 at 16:06