Skip to content

Instantly share code, notes, and snippets.

@philippTheCat
Created April 14, 2018 11:54
Show Gist options
  • Save philippTheCat/8617cd5652759d77a0bd8a1d01404937 to your computer and use it in GitHub Desktop.
Save philippTheCat/8617cd5652759d77a0bd8a1d01404937 to your computer and use it in GitHub Desktop.
$ cmake -DBOOST_ROOT=..\..\boost_1_66_0 -DRapidJSON_ROOT=..\..\rapidjson1.1.0\ -Wno-dev ..
-- Building for: Visual Studio 14 2015
-- 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)
CMake Error at taslogger/CMakeLists.txt:11 (message):
Could not find RapidJSON include directory.
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/hltas
used as include directory in directory C:/Users/chatz/Desktop/dev/BunnymodXT/hlstrafe
-- 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