CMake GUI. Cannot find Boost

Issue #347 closed
Former user created an issue

I've spent searching for the right solution to this problem for hours, and I still can't get it to work. Can you please help resolve this issue?

Comments (2)

  1. Jing Dong

    Hi, on Windows you may need to tell CMake where's Boost by set ${BOOST_INCLUDEDIR} and ${BOOST_LIBRARYDIR}, and also set ${Boost_USE_STATIC_LIBS} according to your Boost installation type.

  2. Log in to comment