Created
May 9, 2018 18:22
-
-
Save vinniefalco/d84e8f9986cedbef65fe3faed8d042df to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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