0

Can someone tell me why I cannot succeed in including Boost in CMake. I have problem when I configure in CMake.

Boost Folder

CMakeList File

CMake Configure

Eray Tuncer
  • 707
  • 2
  • 11
  • 31
  • 1
    Boost.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

1 Answers1

0

Use set(BOOST_LIBRARYDIR "C:/Library/boost_1_56_0/lib")

Kostya
  • 1,552
  • 1
  • 10
  • 16