Skip to content

Instantly share code, notes, and snippets.

@zao
Created February 14, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zao/ace046ba0911182c0988 to your computer and use it in GitHub Desktop.
Save zao/ace046ba0911182c0988 to your computer and use it in GitHub Desktop.
CMake log
C:\Code\build-mot>Q:\Scripts\ci.cmd
-- The C compiler identification is MSVC 18.0.31101.0
-- The CXX compiler identification is MSVC 18.0.31101.0
-- Check for working C compiler using: Visual Studio 12 Win64
-- Check for working C compiler using: Visual Studio 12 Win64 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 12 Win64
-- Check for working CXX compiler using: Visual Studio 12 Win64 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Boost version: 1.55.0
CMake Error at Q://CMakeLists.txt:53 (add_subdirectory):
add_subdirectory not given a binary directory but the given source
directory "Q:/DeeDee" is not a subdirectory of "Q:/". When specifying an
out-of-tree source a binary directory must be explicitly specified.
CMake Error at Q://CMakeLists.txt:54 (add_subdirectory):
add_subdirectory not given a binary directory but the given source
directory "Q:/Contrib" is not a subdirectory of "Q:/". When specifying an
out-of-tree source a binary directory must be explicitly specified.
CMake Error at Q://CMakeLists.txt:55 (add_subdirectory):
add_subdirectory not given a binary directory but the given source
directory "Q:/MoTLib" is not a subdirectory of "Q:/". When specifying an
out-of-tree source a binary directory must be explicitly specified.
CMake Error at Q://CMakeLists.txt:56 (add_subdirectory):
add_subdirectory not given a binary directory but the given source
directory "Q:/Tools" is not a subdirectory of "Q:/". When specifying an
out-of-tree source a binary directory must be explicitly specified.
CMake Error at Q://CMakeLists.txt:57 (add_subdirectory):
add_subdirectory not given a binary directory but the given source
directory "Q:/MoT" is not a subdirectory of "Q:/". When specifying an
out-of-tree source a binary directory must be explicitly specified.
-- Configuring incomplete, errors occurred!
See also "C:/Code/build-mot/CMakeFiles/CMakeOutput.log".
C:\Code\build-mot>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment