Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save vinniefalco/d84e8f9986cedbef65fe3faed8d042df to your computer and use it in GitHub Desktop.

Select an option

Save vinniefalco/d84e8f9986cedbef65fe3faed8d042df to your computer and use it in GitHub Desktop.
CMake Error at C:/Program Files/CMake/share/cmake-3.8/Modules/FindBoost.cmake:1813 (message):
Unable to find the requested Boost libraries.
Boost version: 1.67.0
Boost include path: C:/Users/vinnie/lib/boost_1_67_0
Could not find the following static Boost libraries:
boost_system
No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
directory containing Boost libraries or BOOST_ROOT to the location of
Boost.
Call Stack (most recent call first):
CMakeLists.txt:26 (find_package)
-- Configuring incomplete, errors occurred!
See also "C:/Users/vinnie/src/CppCon2018/bin/CMakeFiles/CMakeOutput.log".
C:\Users\vinnie\src\CppCon2018\bin>echo $BOOST_ROOT
$BOOST_ROOT
C:\Users\vinnie\src\CppCon2018\bin>echo %BOOST_ROOT%
C:\Users\Vinnie\lib\boost_1_67_0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment