Created
June 29, 2017 15:54
-
-
Save vadixidav/3f4a081a68f9f805fe055c144e3dfd9b 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
worleyg@GZB3WD2 MINGW64 ~/project/httpgit/build (conan) | |
$ ls | |
CMakeCache.txt CMakeFiles/ conanbuildinfo.cmake conaninfo.txt | |
r | |
worleyg@GZB3WD2 MINGW64 ~/project/httpgit/build (conan) | |
$ rm -rf * | |
worleyg@GZB3WD2 MINGW64 ~/project/httpgit/build (conan) | |
$ conan install .. | |
WARN: Conflict in OpenSSL/1.0.2h@lasote/stable | |
Requirement zlib/1.2.8@lasote/stable conflicts with already defined zlib/1.2.9@lasote/stable | |
Keeping zlib/1.2.9@lasote/stable | |
To change it, override it in your base requirements | |
WARN: OpenSSL/1.0.2h@lasote/stable tried to change zlib/1.2.9@lasote/stable option shared to False | |
but it was already assigned to True by Boost/1.63.0@eliaskousk/stable | |
Requirements | |
Boost/1.63.0@eliaskousk/stable from conan-transit | |
OpenSSL/1.0.2h@lasote/stable from conan-transit | |
Qt/5.7.1@osechet/stable from conan-transit | |
gtest/1.8.0@lasote/stable from conan-transit | |
zlib/1.2.9@lasote/stable from conan-transit | |
Packages | |
Boost/1.63.0@eliaskousk/stable:7569deb7626b9f88e03d1b57f5ad4b34f8383a6f | |
OpenSSL/1.0.2h@lasote/stable:ee5dab950b6ea94ae953b93c55343e98c2ec39df | |
Qt/5.7.1@osechet/stable:a830692ac65f16a43120378456d77f7e38b39f83 | |
gtest/1.8.0@lasote/stable:c85f9b402dd4d46acdf074e1c63b768a41181d7a | |
zlib/1.2.9@lasote/stable:c85f9b402dd4d46acdf074e1c63b768a41181d7a | |
Qt/5.7.1@osechet/stable: Already installed! | |
gtest/1.8.0@lasote/stable: Already installed! | |
zlib/1.2.9@lasote/stable: Already installed! | |
Boost/1.63.0@eliaskousk/stable: Already installed! | |
OpenSSL/1.0.2h@lasote/stable: Already installed! | |
PROJECT: Generated cmake created conanbuildinfo.cmake | |
PROJECT: Generated conaninfo.txt | |
worleyg@GZB3WD2 MINGW64 ~/project/httpgit/build (conan) | |
$ cmake -G "Visual Studio 14 2015 Win64" .. | |
CMake Error at build/conanbuildinfo.cmake:583 (message): | |
This project seems to be plain C, but no compiler defined | |
Call Stack (most recent call first): | |
build/conanbuildinfo.cmake:372 (conan_check_compiler) | |
CMakeLists.txt:5 (conan_basic_setup) | |
-- Configuring incomplete, errors occurred! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment