Created
November 11, 2019 16:03
-
-
Save mustmodify/fb3a4ab121fff07474315d113131e20f to your computer and use it in GitHub Desktop.
This file contains 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
jw@logopolis:/projects/open/quadlods/build$ cmake .. | |
-- The C compiler identification is GNU 7.3.0 | |
-- The CXX compiler identification is GNU 7.3.0 | |
-- Check for working C compiler: /usr/bin/cc | |
-- Check for working C compiler: /usr/bin/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/c++ | |
-- Check for working CXX compiler: /usr/bin/c++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:567 (message): | |
Imported targets and dependency information not available for Boost version | |
(all versions older than 1.33) | |
Call Stack (most recent call first): | |
/usr/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES) | |
/usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES) | |
CMakeLists.txt:39 (find_package) | |
CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:567 (message): | |
Imported targets and dependency information not available for Boost version | |
(all versions older than 1.33) | |
Call Stack (most recent call first): | |
/usr/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES) | |
/usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES) | |
CMakeLists.txt:39 (find_package) | |
CMake Error at /usr/share/cmake-3.10/Modules/FindBoost.cmake:1947 (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:39 (find_package) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment