Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save philippTheCat/80b5b848e08953d67877759a5f5bf4c9 to your computer and use it in GitHub Desktop.
Save philippTheCat/80b5b848e08953d67877759a5f5bf4c9 to your computer and use it in GitHub Desktop.
-- The C compiler identification is MSVC 19.0.24213.1
-- The CXX compiler identification is MSVC 19.0.24213.1
-- Check for working C compiler using: Visual Studio 14 2015
-- Check for working C compiler using: Visual Studio 14 2015 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 14 2015
-- Check for working CXX compiler using: Visual Studio 14 2015 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- cotire 1.7.0 loaded.
CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.4/Modules/FindBoost.cmake:1247 (message):
Unable to find the requested Boost libraries.
Unable to find the Boost header files. Please set BOOST_ROOT to the root
directory containing Boost or BOOST_INCLUDEDIR to the directory containing
Boost's headers.
Call Stack (most recent call first):
CMakeLists.txt:53 (find_package)
-- Found RapidJSON include directory.
-- CXX target BunnymodXT cotired.
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
Boost_INCLUDE_DIR (ADVANCED)
used as include directory in directory C:/Users/chatz/Desktop/dev/BunnymodXT
used as include directory in directory C:/Users/chatz/Desktop/dev/BunnymodXT
used as include directory in directory C:/Users/chatz/Desktop/dev/BunnymodXT
used as include directory in directory C:/Users/chatz/Desktop/dev/BunnymodXT
used as include directory in directory C:/Users/chatz/Desktop/dev/BunnymodXT
used as include directory in directory C:/Users/chatz/Desktop/dev/BunnymodXT/hltas
used as include directory in directory C:/Users/chatz/Desktop/dev/BunnymodXT/hlstrafe
used as include directory in directory C:/Users/chatz/Desktop/dev/BunnymodXT/taslogger
-- Configuring incomplete, errors occurred!
See also "C:/Users/chatz/Desktop/dev/BunnymodXT/build/CMakeFiles/CMakeOutput.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment